This commit is contained in:
2024-09-28 15:26:40 +08:00
17 changed files with 989 additions and 2476 deletions

View File

@@ -104,7 +104,8 @@ function commonsProcess(showLoading, httpReqCallback) {
// if(bodyData.code == 500){ // 密码已过期, 直接跳转到更改密码页面
// uni.redirectTo({url: '/pages/login/index'})
// }
return Promise.reject(bodyData)
return bodyData
// return Promise.reject(bodyData)
}
// 加密数据