完成登录的基本流程
This commit is contained in:
@ -79,9 +79,10 @@ service.interceptors.response.use(
|
||||
});
|
||||
} else if (code == -1) {
|
||||
store.commit("LOGOUT");
|
||||
//#ifdef MP-WEIXIN
|
||||
//#ifdef MP-WEIXIN || MP-ALIPAY
|
||||
wxMnpLogin();
|
||||
// #endif
|
||||
|
||||
//#ifdef H5 || APP-PLUS
|
||||
if (route && !tabbarList.includes(route)) {
|
||||
toLogin();
|
||||
|
||||
Reference in New Issue
Block a user