优化403 时的跳转

This commit is contained in:
java110 2020-03-24 15:52:06 +08:00
parent b1fb07d11a
commit 7ecb9e283e

View File

@ -55,6 +55,7 @@
}, function (e) {
console.log('请求失败处理',e);
//vc.jumpToPage(_param.url);
vc.jumpToPage("/initCompany.html#/company");
}
);
}