From 441d7c41d72e013c501cd366ca10eded15d416a4 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 20 五月 2026 16:54:00 +0800
Subject: [PATCH] fix: 合并pro分支
---
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 d809a63..321cb75 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