Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shops-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
2016-05-31 18:51:48 +0800
Commit
3beee250df85e1ced1e05b5ab7fe482106808a53
1 parent
ad532f6d
4.5 common.js 修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
client/js/basegoods/index.js
server/config/common.js
client/js/basegoods/index.js
View file @
3beee25
...
...
@@ -200,7 +200,6 @@ var g = new common.grid({
parms
:
function
()
{
var
select
=
tabTree
.
getAddress
();
console
.
log
(
t
.
active
);
return
{
productSkn
:
common
.
util
.
__input
(
"productSkn"
),
productName
:
common
.
util
.
__input
(
"productName"
),
...
...
server/config/common.js
View file @
3beee25
...
...
@@ -34,7 +34,7 @@ var config = {
},
apiKey
:
'sd4H1ecAqlp'
,
port
:
30016
,
domain
:
'http://1
92.168.102.202
:8088/platform'
,
domain
:
'http://1
0.66.100.6
:8088/platform'
,
logsFile
:
'/Data/logs/node/yohobuy-portal-log/'
,
loggers
:
{
api
:
{
...
...
Please
register
or
login
to post a comment