feat(projects): 微调
This commit is contained in:
@@ -141,7 +141,7 @@ export const useAuthStore = defineStore(SetupStoreId.Auth, () => {
|
||||
|
||||
window.$notification?.success({
|
||||
title: $t('page.login.common.loginSuccess'),
|
||||
message: $t('page.login.common.welcomeBack', { userName: userInfo.userName }),
|
||||
message: $t('page.login.common.welcomeBack', { userName: userInfo.nickname || userInfo.userName }),
|
||||
duration: 4500
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user