Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
OF1706
8 years ago
Commit
8a42934f1bc6e4b2be915791b9586fa8cf766a8d
1 parent
9082c51c
alt detail
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
15 deletions
apps/channel/models/index.js
config/common.js
apps/channel/models/index.js
View file @
8a42934
...
...
@@ -150,13 +150,6 @@ const _getSlideData = srcData => {
slideData
.
slide
.
list
=
srcData
;
}
console
.
log
(
srcData
);
console
.
log
(
'srcData-------------------'
);
console
.
log
(
slideData
);
console
.
log
(
'slideData-------------------'
);
console
.
log
(
slideData
.
slide
.
list
);
return
slideData
;
};
...
...
@@ -792,8 +785,6 @@ const _processFloorData = (rawData, type) => {
let
params
=
[];
let
hasNewUser
=
false
;
console
.
log
(
rawData
+
'rawData'
);
// 定义各种楼层需要用到的接口返回的数组中元素的个数
const
bigFloorLength
=
5
;
const
normalFloorLength
=
3
;
...
...
config/common.js
View file @
8a42934
...
...
@@ -17,14 +17,14 @@ module.exports = {
cookieDomain
:
'.yohobuy.com'
,
domains
:
{
// test3
// singleApi: 'http://api-test3.yohops.com:9999/',
// api: 'http://api-test3.yohops.com:9999/',
// service: 'http://service-test3.yohops.com:9999/',
singleApi
:
'http://api-test3.yohops.com:9999/'
,
api
:
'http://api-test3.yohops.com:9999/'
,
service
:
'http://service-test3.yohops.com:9999/'
,
// prod
singleApi
:
'http://single.yoho.cn/'
,
api
:
'http://api.yoho.cn/'
,
service
:
'http://service.yoho.cn/'
,
// singleApi: 'http://single.yoho.cn/',
// api: 'http://api.yoho.cn/',
// service: 'http://service.yoho.cn/',
//
// gray
...
...
Please
register
or
login
to post a comment