From 6da8d7c3e2fb6aa02b14b0af63a8b5fadc0716bc Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期三, 29 四月 2026 17:24:13 +0800
Subject: [PATCH] 合格率加百分号

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

diff --git a/src/router/index.js b/src/router/index.js
index 52c31d4..cc2b88c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -47,6 +47,20 @@
     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"),

--
Gitblit v1.9.3