From 0e66217cdb07d5e6bd337228e0eb39d67f877d0d Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期五, 29 五月 2026 18:16:16 +0800
Subject: [PATCH] 系统架构图,及质量报表自适应
---
src/router/index.js | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 66ff11b..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" },
},
],
},
@@ -132,7 +132,7 @@
],
},
// 璐㈠姟绠$悊妯″潡璺敱
- {
+ /*{
path: "/financial",
component: Layout,
hidden: false,
@@ -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"),
@@ -251,7 +251,7 @@
meta: { title: "绉戠洰鏄庣粏甯�" },
},
],
- },
+ },*/
];
// 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
--
Gitblit v1.9.3