This commit is contained in:
蔡玲
2024-12-13 18:07:44 +08:00
parent 2657cf2c5f
commit 101c854358
2 changed files with 6 additions and 6 deletions

View File

@@ -69,10 +69,10 @@ const request = (params) => {
content: res[1].data.message,
showCancel: false
})
store.dispatch('delUserInfo', '')
uni.redirectTo({
url: '/pages/login/login'
})
// store.dispatch('delUserInfo', '')
// uni.redirectTo({
// url: '/pages/login/login'
// })
} else if (res[1] && res[1].statusCode === 200) {
let {
data: dataType