mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
Merge pull request #11731 from dataease/pr@dev-v2@perf_token_exp_tips
perf: 优化token过期提示 #11577
This commit is contained in:
@@ -163,11 +163,11 @@ const showLoginErrorMsg = () => {
|
||||
return
|
||||
}
|
||||
if (loginErrorMsg.value.startsWith('token is Expired')) {
|
||||
ElMessage.error('token已过期,请重新登录!')
|
||||
ElMessage.error('登录信息已过期,请重新登录!')
|
||||
return
|
||||
}
|
||||
if (loginErrorMsg.value.startsWith('token is destroyed')) {
|
||||
ElMessage.error('token已销毁,请重新登录!')
|
||||
ElMessage.error('登录信息已销毁,请重新登录!')
|
||||
return
|
||||
}
|
||||
if (loginErrorMsg.value.startsWith('user_disable')) {
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 9a7b3488f9...f46bb27330
Reference in New Issue
Block a user