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, }); });