1.修改提示语句
This commit is contained in:
2025-12-03 17:47:17 +08:00
parent 8a4113f5d4
commit 0357c6aa8b
+1 -1
View File
@@ -355,7 +355,7 @@ export const useUserStore = defineStore({
await router.push(PageEnum.BASE_LOGIN).then(() => { await router.push(PageEnum.BASE_LOGIN).then(() => {
notification.open({ notification.open({
message: '提示', message: '提示',
description: '检测到您的账号在另一台设备登录,当前已退出登陆。若非本人操作,请立即检查账号安全。', description: '检测到您的账号在另一台设备登录,当前已退出登陆。若非本人操作,请立即修改密码。',
duration: null, duration: null,
}); });
}); });