From b4fe5eee4649e03904ad4b2e6157375b29af18bf Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期五, 14 十一月 2025 16:30:04 +0800
Subject: [PATCH] 111

---
 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 78552fa..7dd7dd2 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -234,6 +234,25 @@
       },
     ],
   },
+  //閮ㄩ棬鍒楄〃
+  {
+    path: "/basic/gy/gyDepartment",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/basic/gy/gyDepartment", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/basic/gy/gyDepartment",
+        component: () => import("@/views/basic/gy/gyDepartment.vue"),
+        name: "GyDepartment",
+        meta: { title: "閮ㄩ棬鍒楄〃", activeMenu: "basic/gy" },
+      },
+    ],
+  },
   // 閿�鍞鍗�
   {
     path: "/sales/seOrder/xsSeOrderBill",

--
Gitblit v1.9.1