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
bc4a7e0928f339d1880dd8dc0cf6ea9b67d1389d
1 parent
d4a10220
基础商品提交
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
client/js/basegoods/edit.js
server/config/common.js
client/js/basegoods/edit.js
View file @
bc4a7e0
...
...
@@ -142,7 +142,9 @@ e.init();
if
(
RESPONSEDATA
.
isAuditing
!=
200
){
new
common
.
dropDown
({
el
:
"#brandId"
,
ajax
:
"brand"
});
new
common
.
dropDown
({
el
:
"#brandId"
,
ajax
:
"brand"
,
params
:
function
(){
status
:
1
}});
new
common
.
dropDown
({
el
:
"#shopId"
,
ajax
:
"sortbybrand"
,
params
:
function
(){
return
{
brandId
:
$
(
"#brandId"
).
val
()}
...
...
server/config/common.js
View file @
bc4a7e0
...
...
@@ -14,10 +14,10 @@ var config = {
apiKey
:
'sd4H1ecAqlp'
,
//http: //192.168.102.214:8088/platform
// domain: 'http://172.16.6.240:8088/platform',
domain
:
'http://172.16.6.240:8088/platform'
,
//王书生
//
domain:'http://172.16.6.240:8088/platform',//王书生
// domain: 'http://172.16.6.252:9080',//陈超
// domain:'http://172.16.6.227:8088/platform',//玛丽
//
domain: 'http://192.168.102.202:8088/platform',
domain
:
'http://192.168.102.202:8088/platform'
,
loggers
:
{
api
:
{
level
:
'verbose'
,
...
...
Please
register
or
login
to post a comment