From 9dee5e1c040c5f17f3e49b86f7fc615af0068d95 Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期三, 26 十一月 2025 16:55:31 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/router/index.js |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index a5a7334..24b8c27 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -185,6 +185,25 @@
       },
     ],
   },
+  //鐢ㄦ埛鍒楄〃
+  {
+    path: "/system/user/Xt_UserGroupList",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/system/user", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/system/user/Xt_UserGroupList",
+        component: () => import("@/views/system/user/Xt_UserGroupList.vue"),
+        name: "Xt_UserGroupList",
+        meta: { title: "瑙掕壊鍒楄〃", activeMenu: "system/user" },
+      },
+    ],
+  },
   //閲囪喘鍏ュ簱鍗�
   {
     path: "/purchase/POStockInBill/POStockInBillList",

--
Gitblit v1.9.1