This commit is contained in:
aihe 2024-06-09 02:08:24 +08:00
parent a186c559c1
commit 006ca5f5b9

View File

@ -94,7 +94,7 @@
this.showToast("修改成功,请重新登录")
let info = getSessionLoginInfo()
delete info.password
setSessionLoginInfo()
setSessionLoginInfo(info)
await this.$store.dispatch(USERKEY.LOGOUT)
this.goto(`login/login`, 2)
},