diff --git a/src/store/modules/auth/index.ts b/src/store/modules/auth/index.ts index 2b8ee75e5..72d630b44 100644 --- a/src/store/modules/auth/index.ts +++ b/src/store/modules/auth/index.ts @@ -57,7 +57,8 @@ export const useAuthStore = defineStore(SetupStoreId.Auth, () => { if (routeStore.isInitAuthRoute) { window.$notification?.success({ title: $t('page.login.common.loginSuccess'), - content: $t('page.login.common.welcomeBack', { userName: userInfo.userName }) + content: $t('page.login.common.welcomeBack', { userName: userInfo.userName }), + duration: 4500 }); } } catch {