fix: 新建账号登陆时,出现缓存bug,导致DataEase无法正常访问 #8124
This commit is contained in:
parent
4015258ef6
commit
1c7a24d8e6
@ -164,6 +164,7 @@ const actions = {
|
||||
resetRouter()
|
||||
commit('RESET_STATE')
|
||||
resolve(res.data)
|
||||
localStorage.removeItem('passwordModified')
|
||||
}).catch(error => {
|
||||
reject(error)
|
||||
if (error?.response?.data?.message) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user