完成登录的基本流程

This commit is contained in:
2025-04-24 11:19:57 +08:00
parent 2ce4777910
commit 94b03b98a8
84 changed files with 1458 additions and 548 deletions

View File

@ -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();