CN-484 交互优化:登录拦截后,在登录成功后跳转原url

This commit is contained in:
hyx
2022-05-19 18:26:51 +08:00
parent 08f7df4e52
commit cf401c4c2c
3 changed files with 29 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ export default {
if (!this.$_.isEmpty(res.data.theme)) {
localStorage.setItem(storageKey.theme, res.data.theme)
}
res.loginSuccessPath = this.loginSuccessPath ? this.loginSuccessPath : localStorage.getItem(storageKey.tokenExpireCurrentPath)
res.loginSuccessPath = this.loginSuccessPath
this.loginSuccess(res)
localStorage.setItem(storageKey.username, this.username)
} else if (res.code === 518005) {