This commit is contained in:
2024-05-17 18:02:49 +08:00
parent 8407d51fb6
commit b5264dc222
4056 changed files with 308094 additions and 41932 deletions

View File

@@ -245,7 +245,7 @@ export const h5Login = function(type = "judge", callback) {
title: '用户信息失效,请重新登陆。'
})
uni.navigateTo({
url: "/pages/user/login"
url: "/pages/user/login/login"
});
}else{
uni.showModal({
@@ -256,7 +256,7 @@ export const h5Login = function(type = "judge", callback) {
success: (res) => {
if(res.confirm){
uni.navigateTo({
url: "/pages/user/login"
url: "/pages/user/login/login"
});
}
}