From ebee36ca9a39b59d98da3613804791faa8dd2da6 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 22 十一月 2025 16:20:52 +0800
Subject: [PATCH] 打印完善
---
src/store/modules/user.ts | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/store/modules/user.ts b/src/store/modules/user.ts
index b386180..379eb10 100644
--- a/src/store/modules/user.ts
+++ b/src/store/modules/user.ts
@@ -6,7 +6,7 @@
const { wsCache } = useCache()
-interface UserVO {
+export interface UserVO {
id: number
avatar: string
nickname: string
@@ -30,8 +30,8 @@
id: 0,
avatar: '',
nickname: '',
- deptId: 0
- }
+ deptId: 0,
+ },
}),
getters: {
getPermissions(): string[] {
@@ -45,7 +45,7 @@
},
getUser(): UserVO {
return this.user
- }
+ },
},
actions: {
async setUserInfoAction() {
--
Gitblit v1.9.3