From 34900348ac27a7eab1a1499da57635fc0552af7f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 29 四月 2026 11:17:47 +0800
Subject: [PATCH] 进销存newpro 1.系统架构图前端初模型

---
 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