Showing
1 changed file
with
2 additions
and
2 deletions
@@ -201,12 +201,12 @@ module.exports = (url) => { | @@ -201,12 +201,12 @@ module.exports = (url) => { | ||
201 | } | 201 | } |
202 | 202 | ||
203 | // 资讯 | 203 | // 资讯 |
204 | - if (/\/editorial$/.test(path)) { | 204 | + if (/\/editorial\/list$/.test(path)) { |
205 | return yoho.goTab({index: 2}); | 205 | return yoho.goTab({index: 2}); |
206 | } | 206 | } |
207 | 207 | ||
208 | // 品牌 品类 | 208 | // 品牌 品类 |
209 | - if (/\/brands$/.test(path) || /\/cate$/.test(path)) { | 209 | + if (/\/brand$/.test(path) || /\/cate$/.test(path)) { |
210 | return yoho.goTab({index: 1}); | 210 | return yoho.goTab({index: 1}); |
211 | } | 211 | } |
212 | 212 |
-
Please register or login to post a comment