...
|
...
|
@@ -22,14 +22,17 @@ const index = (req, res, next) => { |
|
|
contentCode = '527079e6c46d0f125eb46b835968971b';
|
|
|
name = 'WOMEN首页';
|
|
|
link = 'http://www.yohoblk.com/women';
|
|
|
channel = 302;
|
|
|
} else if (channel === 'lifestyle') {
|
|
|
contentCode = '94b5ed607b6d565ffc29c2c04be121dc';
|
|
|
name = 'LIFT STYLE首页';
|
|
|
link = 'http://www.yohoblk.com/lifestyle';
|
|
|
channel = 303
|
|
|
} else {
|
|
|
contentCode = '81886aaa5e82e3741bc1ba1e04ec7706';
|
|
|
name = 'MEN首页';
|
|
|
link = 'http://www.yohoblk.com';
|
|
|
channel = 301;
|
|
|
}
|
|
|
|
|
|
let appType = 1;
|
...
|
...
|
|