个人中心切图

This commit is contained in:
仲么了
2023-01-13 16:32:56 +08:00
parent 36bcbab647
commit 25482cb612
41 changed files with 1090 additions and 75 deletions

View File

@@ -192,7 +192,7 @@ const loadConfig = (call, need_fresh = false) => {
}).catch(err => {
globalConfigIsLoading = false;
console.warn(err);
// uni.reLaunch({ url: '/pages/login/login' })
// uni.reLaunch({ url: '/pages/user/login' })
})
}