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:
2024-09-08 11:39:22 +00:00

View File

@@ -115,6 +115,12 @@ const accountChange = (userId) => {
authStore.userLogout()
setToken(res.data)
window.location.href = "/home"
}else{
ElNotification({
title: '提示',
message: res.msg,
type: 'error'
})
}
})
}