From 8a5b241f74d1ab28e0badbd5ae6ee7c1b173ef52 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 05 九月 2025 14:50:34 +0800
Subject: [PATCH] 测试完成

---
 src/store/getters.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/store/getters.js b/src/store/getters.js
index c59295e..0b065bd 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -8,6 +8,7 @@
   token: (state) => state.user.token,
   avatar: (state) => state.user.avatar,
   name: (state) => state.user.name,
+  nickName: (state) => state.user.nickName,
   Id: (state) => state.user.Id,
   introduction: (state) => state.user.introduction,
   roles: (state) => state.user.roles,
@@ -452,8 +453,8 @@
       },
     },
     {
-      value: "7",
-      label: "鏈悗闅忚",
+      value: "8",
+      label: "鏅鸿兘鏈哄櫒浜�",
       raw: {
         cssClass: "",
         listClass: "",

--
Gitblit v1.9.3