Merge pull request 'master' (#754) from master into prod
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/754
This commit is contained in:
@@ -115,6 +115,12 @@ const accountChange = (userId) => {
|
||||
authStore.userLogout()
|
||||
setToken(res.data)
|
||||
window.location.href = "/home"
|
||||
}else{
|
||||
ElNotification({
|
||||
title: '提示',
|
||||
message: res.msg,
|
||||
type: 'error'
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user