From 691ffbbda19a79e47fcec8b055ed3d65f881e379 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 21 五月 2026 11:50:40 +0800
Subject: [PATCH] fix: 财务路由动态配置

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

diff --git a/src/router/index.js b/src/router/index.js
index e5dc580..352ed85 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -71,6 +71,32 @@
       },
     ],
   },
+  // 绯荤粺鏋舵瀯鍥�
+  {
+    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,
+    children: [
+      {
+        path: "index",
+        component: () => import("@/views/aiIndustrialBrain/index.vue"),
+        name: "AiIndustrialBrain",
+        meta: { title: "AI宸ヤ笟澶ц剳", icon: "skill" },
+      },
+    ],
+  },
   {
     path: "/user",
     component: Layout,
@@ -92,17 +118,20 @@
     name: "DeviceInfo",
     meta: { title: "璁惧淇℃伅", icon: "monitor" },
   },
-  // 娣诲姞椤圭洰璇︽儏椤甸潰璺敱閰嶇疆
   {
-    path: "/oaSystem/projectManagement/projectDetail",
+    path: "/projectManagement/Management/detail",
     component: Layout,
     hidden: true,
     children: [
       {
-        path: ":projectId",
-        component: () => import("@/views/oaSystem/projectManagement/projectDetail.vue"),
-        name: "ProjectDetail",
-        meta: { title: "椤圭洰璇︽儏", activeMenu: "/oaSystem/projectManagement" },
+        path: ":id",
+        component: () =>
+          import("@/views/projectManagement/Management/projectDetail.vue"),
+        name: "ProjectManagementDetail",
+        meta: {
+          title: "椤圭洰璇︽儏",
+          activeMenu: "/projectManagement/Management",
+        },
       },
     ],
   },

--
Gitblit v1.9.3