From bcf3cae47b1d6d5bde273d1006719751d615769f Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 03 三月 2025 11:48:35 +0800 Subject: [PATCH] 测试完成 --- src/store/getters.js | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/store/getters.js b/src/store/getters.js index 161fbbf..6988327 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, + Id: (state) => state.user.Id, introduction: (state) => state.user.introduction, roles: (state) => state.user.roles, permissions: (state) => state.user.permissions, @@ -114,7 +115,7 @@ serviceState: (state) => [ { value: "1", - label: "琚鍙�", + label: "琛ㄥ崟宸查鍙�", raw: { cssClass: "", listClass: "", @@ -122,7 +123,7 @@ }, { value: "2", - label: "寰呮墽琛�", + label: "寰呴殢璁�", raw: { cssClass: "", listClass: "", @@ -450,8 +451,8 @@ }, }, { - value: "8", - label: "鏅鸿兘鏈哄櫒浜�", + value: "7", + label: "鏈悗闅忚", raw: { cssClass: "", listClass: "", -- Gitblit v1.9.3