From 47df576f3a56a657b97c6179417a2d0f80441471 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期三, 12 六月 2024 18:36:14 +0800
Subject: [PATCH] 岗位资源更新

---
 src/store/modules/permission.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/store/modules/permission.ts b/src/store/modules/permission.ts
index d9d58ab..482f2aa 100644
--- a/src/store/modules/permission.ts
+++ b/src/store/modules/permission.ts
@@ -225,8 +225,8 @@
             // routeList = (await getMenuList()) as AppRouteRecordRaw[];
             routeList = (await getMenuList({
               userId: userStore.getUserInfo.userId,
-              // rootCode: "fa76705e63644d928c345fdd4d1d0968" 
-              rootCode: "23858079-7241-4e64-b0cf-eb5dbe84a9d6"
+              // rootCode: "fa76705e63644d928c345fdd4d1d0968"
+              rootCode: '23858079-7241-4e64-b0cf-eb5dbe84a9d6',
             })) as AppRouteRecordRaw[];
           } catch (error) {
             console.error(error);

--
Gitblit v1.9.3