From 51bf36b25bd2065a1d1ff9a0c3981b57b54aa119 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 30 四月 2026 10:16:01 +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