优化禁用弹窗

This commit is contained in:
gyq
2025-05-26 14:16:19 +08:00
parent 85d0f092c0
commit a43b7ad2f8
6 changed files with 1237 additions and 1211 deletions

View File

@@ -83,6 +83,13 @@ function commonsProcess(showLoading, httpReqCallback, isreturm) {
isShowErrorToast = true;
return Promise.reject(bodyData); // 跳转到catch函数
}
if (bodyData.code == 701) {
uni.clearStorageSync()
uni.reLaunch({
url: '/pages/login/login'
})
return Promise.reject(bodyData); // 跳转到catch函数
}
if (bodyData.code == 702) {
return Promise.reject(bodyData); // 跳转到catch函数
}