From 89272b0a6446b7d85871255aedac9a23c4dc7fc5 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期五, 22 五月 2026 11:23:05 +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 bb97a87..7be3668 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