From 72b4c8df39edffc149ae51376499ac28b9bde0c1 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 08 五月 2026 09:18:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_NEW_pro' into dev_NEW_pro

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

diff --git a/src/router/index.js b/src/router/index.js
index c9b163c..e08b668 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -48,19 +48,19 @@
     hidden: true,
   },
   // 绯荤粺鏋舵瀯鍥�
-  {
-    path: "/system-architecture",
-    component: Layout,
-    redirect: "/system-architecture/index",
-    children: [
-      {
-        path: "index",
-        component: () => import("@/views/systemArchitecture/index.vue"),
-        name: "SystemArchitecture",
-        meta: { title: "绯荤粺鏋舵瀯鍥�", icon: "tree" },
-      },
-    ],
-  },
+  // {
+  //   path: "/system-architecture",
+  //   component: Layout,
+  //   redirect: "/system-architecture/index",
+  //   children: [
+  //     {
+  //       path: "index",
+  //       component: () => import("@/views/systemArchitecture/index.vue"),
+  //       name: "SystemArchitecture",
+  //       meta: { title: "绯荤粺鏋舵瀯鍥�", icon: "tree" },
+  //     },
+  //   ],
+  // },
   {
     path: "/:pathMatch(.*)*",
     component: () => import("@/views/error/404"),

--
Gitblit v1.9.3