From 0357c6aa8b81c4508ddd8dff56189ee4de61f644 Mon Sep 17 00:00:00 2001 From: wx <645899409@qq.com> Date: Wed, 3 Dec 2025 17:47:17 +0800 Subject: [PATCH] =?UTF-8?q?update=201.=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/user.ts b/src/store/modules/user.ts index 97be9be..046ddbd 100644 --- a/src/store/modules/user.ts +++ b/src/store/modules/user.ts @@ -355,7 +355,7 @@ export const useUserStore = defineStore({ await router.push(PageEnum.BASE_LOGIN).then(() => { notification.open({ message: '提示', - description: '检测到您的账号在另一台设备登录,当前已退出登陆。若非本人操作,请立即检查账号安全。', + description: '检测到您的账号在另一台设备登录,当前已退出登陆。若非本人操作,请立即修改密码。', duration: null, }); });