From 9cc62ede0564186133ffd8ce1ff6eecee9d54ce5 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期四, 21 五月 2026 18:50:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_NEW_pro' into dev_鹤壁_强信宇_pro

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

diff --git a/src/router/index.js b/src/router/index.js
index 72e09f2..61568ce 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"),
@@ -82,6 +68,20 @@
         component: () => import("@/views/index"),
         name: "Index",
         meta: { title: "棣栭〉", icon: "dashboard", affix: 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" },
       },
     ],
   },
@@ -152,7 +152,7 @@
         name: "SalesReturn",
         meta: { title: "閿�鍞��璐�" },
       },
-      
+
       {
         path: "invoice-apply",
         component: () => import("@/views/financialManagement/receivable/invoiceApply.vue"),
@@ -201,7 +201,7 @@
         name: "PaymentApply",
         meta: { title: "浠樻鐢宠" },
       },
-      
+
       {
         path: "payment",
         component: () => import("@/views/financialManagement/payable/payment.vue"),

--
Gitblit v1.9.3