Authored by 沈志敏

增加判断

... ... @@ -250,7 +250,9 @@ const intercept = (url) => {
if (/\/me\/collection$/.test(path)) {
let header = titleMap[5];
if (qs.tab === 'brand') {
if (qs.tab === 'article') {
header.defaultSelectedIndex = '2';
} else if (qs.tab === 'brand') {
header.defaultSelectedIndex = '1';
} else {
header.defaultSelectedIndex = '0';
... ...