Authored by ccbikai

Merge branch 'develop' into release/1.0

... ... @@ -246,7 +246,8 @@ const intercept = (url) => {
// 品牌 品类
if (/\/brand$/.test(path) || /\/cate$/.test(path)) {
return yoho.goTab({
index: 1
index: 1,
headerIndex: /\/brand$/.test(path) ? 0 : 1
});
}
... ...