From 131e786fef04a3935d0cd8a2edf728571ca3f4b2 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 07 四月 2026 14:02:48 +0800
Subject: [PATCH] 解决socket.io版本不对应问题

---
 src/router/index.js |   40 ++++++++++++++++++++++++++++++++++------
 1 files changed, 34 insertions(+), 6 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 9b170c9..21d0a95 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -169,7 +169,7 @@
     ],
   },
   //#endregion
-  
+
   //#region 鏉$爜鐢熸垚_閿﹂殕
   {
     path: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong",
@@ -194,7 +194,7 @@
     ],
   },
   //#endregion
-  
+
   //#region 鏉$爜鐢熸垚_閿﹂殕_鑷姩鐧诲綍
   {
     path: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong_AutoLogin",
@@ -1587,6 +1587,26 @@
   },
   //#endregion
 
+  //#region 杞﹁締鍒楄〃
+  {
+    path: "/basic",
+    component: Layout,
+    hidden: true,
+    redirect: "noredirect",
+    meta: {
+      breadcrumb: false, // 濡傛灉璁剧疆涓篺alse锛屽垯涓嶄細鍦╞readcrumb闈㈠寘灞戜腑鏄剧ず
+      activeMenu: "/basic/gy", // 褰撹矾鐢辫缃簡璇ュ睘鎬э紝鍒欎細楂樹寒鐩稿搴旂殑渚ц竟鏍忋��
+    },
+    children: [
+      {
+        path: "/basic/gy/GyDriver",
+        component: () => import("@/views/system/user/GyDriver.vue"),
+        name: "gyDriver",
+        meta: { title: "椹鹃┒鍛樺垪琛�", activeMenu: "/basic/gy" },
+      },
+    ],
+  },
+  //#endregion
   //#endregion
 
   //#region 璐圭敤鍩虹璧勬枡
@@ -1707,6 +1727,14 @@
     hidden: true,
   },
   //#endregion
+
+  //#region 鎵撳嵃璁捐鍣�
+  {
+    path: "/printDesigner",
+    component: () => import("@/views/printTemplateDesigner/design/index.vue"),
+    hidden: true,
+  },
+  //#endregion
   //#endregion
   //#endregion
 
@@ -1781,7 +1809,7 @@
        {
         path: "GyUnit",
         component: () => import("@/views/basic/gyUnit/gyUnit"),
-       
+
         name: "IframeGyUnit",
         meta: { title: "璁¢噺鍗曚綅鍒楄〃", noCache: true, noLoading: true },
       },
@@ -1790,14 +1818,14 @@
         component: () => import("@/views/basic/gyUnit/gyUnitEdit"), // 璁¢噺鍗曚綅缂栬緫
         name: "IframeGyUnitEdit",
         meta: { title: "璁¢噺鍗曚綅缂栬緫", noCache: true, noLoading: true },
-        
+
       },
       {
         path: "GyUnitGroup",
         component: () => import("@/views/basic/gyUnit/gyUnitGroup"), // 璁¢噺鍗曚綅缁勫垪琛�
         name: "IframeGyUnitGroup",
         meta: { title: "璁¢噺鍗曚綅缁勫垪琛�", noCache: true, noLoading: true },
-        
+
       },
       {
         path: "GySupplier",
@@ -1823,7 +1851,7 @@
         name: "IframeGyCarEdit",
         meta: { title: "杞﹁締缂栬緫", noCache: true, noLoading: true },
       },
-      
+
       {
         path: "GyProperty",
         component: () => import("@/views/basic/gyProperty/gyPropertyList"), // 杈呭姪灞炴��

--
Gitblit v1.9.1