diff --git a/core/core-frontend/src/views/login/index.vue b/core/core-frontend/src/views/login/index.vue index 8f761e3042..ba212277a9 100644 --- a/core/core-frontend/src/views/login/index.vue +++ b/core/core-frontend/src/views/login/index.vue @@ -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')) { diff --git a/de-xpack b/de-xpack index 9a7b3488f9..f46bb27330 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 9a7b3488f9e8dee6ea156cbdf34f789dda011f7d +Subproject commit f46bb2733054d6c3f034522c549817b1b7ddcd54