...
|
...
|
@@ -201,12 +201,12 @@ module.exports = (url) => { |
|
|
}
|
|
|
|
|
|
// 资讯
|
|
|
if (/\/editorial$/.test(path)) {
|
|
|
if (/\/editorial\/list$/.test(path)) {
|
|
|
return yoho.goTab({index: 2});
|
|
|
}
|
|
|
|
|
|
// 品牌 品类
|
|
|
if (/\/brands$/.test(path) || /\/cate$/.test(path)) {
|
|
|
if (/\/brand$/.test(path) || /\/cate$/.test(path)) {
|
|
|
return yoho.goTab({index: 1});
|
|
|
}
|
|
|
|
...
|
...
|
|