本专业高风险静态页面完成

This commit is contained in:
2026-08-20 17:21:37 +08:00
parent b8571da035
commit 2ac8cf91e9
12 changed files with 1274 additions and 212 deletions
+2 -2
View File
@@ -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
});
}