From 682b704f5f0d98fe0247a1aff5bf56a42470629f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 22 五月 2026 11:10:23 +0800
Subject: [PATCH] Merge branch 'dev_NEW_pro' into dev_天津_宝东

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

diff --git a/src/router/index.js b/src/router/index.js
index 923fafe..7be3668 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -47,20 +47,6 @@
     component: () => import("@/views/register"),
     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: "/:pathMatch(.*)*",
     component: () => import("@/views/error/404"),
@@ -85,6 +71,20 @@
       },
     ],
   },
+  // 绯荤粺鏋舵瀯鍥�
+  {
+    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: "/ai-industrial-brain",
     component: Layout,

--
Gitblit v1.9.3