本专业高风险静态页面完成
This commit is contained in:
@@ -22,7 +22,7 @@ export const useAuthStore = defineStore(SetupStoreId.Auth, () => {
|
||||
|
||||
const userInfo: Api.Auth.UserInfo = reactive({
|
||||
userId: '',
|
||||
userName: '',
|
||||
username: '',
|
||||
roles: [],
|
||||
buttons: []
|
||||
});
|
||||
@@ -116,7 +116,7 @@ export const useAuthStore = defineStore(SetupStoreId.Auth, () => {
|
||||
|
||||
window.$notification?.success({
|
||||
title: '登录成功',
|
||||
content: `欢迎回来,${userInfo.userName} !`,
|
||||
content: `欢迎回来,${userInfo.username} !`,
|
||||
duration: 4500
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user