需要修改BUG

This commit is contained in:
cbb
2026-01-15 17:57:32 +08:00
parent cfdc2ea7b0
commit d2ba0df2b5
4 changed files with 70 additions and 20 deletions

View File

@@ -107,7 +107,7 @@ const handleError = (statusCode, data) => {
success: async () => {
await useUserStore().logout()
// 可选:跳转登录页
uni.redirectTo({ url: '/pages/login/index' })
// uni.redirectTo({ url: '/pages/login/index' })
console.log('登录已过期,====')
},
complete: () => {