Authored by ccbikai

删除无用跳转

... ... @@ -273,9 +273,6 @@ const intercept = (url) => {
// 首页
if (/\/$/.test(path)) {
yoho.goSetChannel({
channel: qs.channel || 'men'
});
return yoho.goTab({
index: 0
});
... ...