Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
9 years ago
Commit
e22de5e1f595f76da1640999d9664d9230af34bd
1 parent
ab196339
线上拖拽保存问题
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
client/js/sourceManage/resourceContentManage.js
server/interface/resourceManage.js
client/js/sourceManage/resourceContentManage.js
View file @
e22de5e
...
...
@@ -93,7 +93,8 @@ var Bll = {
for
(
var
i
=
0
;
i
<
arr
.
length
;
i
++
)
{
arr2
[
i
]
=
arr
[
arr2
[
i
]];
}
arr
=
arr2
;
var
fn1
=
new
Function
(
"Bll"
,
"arr2"
,
"Bll.module.contentData."
+
$
(
this
).
data
(
"array"
)
+
"=arr2"
);
fn1
(
Bll
,
arr2
);
}
})
}
...
...
@@ -104,6 +105,7 @@ var Bll = {
o
[
name
]
=
obj
.
data
;
});
});
},
//获取品牌
getBrands
:
function
()
{
...
...
server/interface/resourceManage.js
View file @
e22de5e
...
...
@@ -7,7 +7,7 @@ exports.domain = require('../config/common.js').domain;
//exports.domain = 'http://172.16.6.115:8080/platform';//王伟
//exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境
//exports.domain = 'http://172.16.6.231:8080/platform';
//exports.domain = 'http://172.16.6.225:8080/platform';
//
exports.domain = 'http://172.16.6.225:8080/platform';
//exports.domain = 'http://192.168.102.216:8086/platform';
exports
.
res
=
[
...
...
Please
register
or
login
to post a comment