From 66da8813e69a1d4831bfedc4155c3d0330944940 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 30 四月 2026 13:16:39 +0800
Subject: [PATCH] 质检接口地址变更,生产追溯页面开发
---
src/router/index.js | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 52c31d4..6b89a17 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"),
@@ -92,6 +106,19 @@
name: "DeviceInfo",
meta: { title: "璁惧淇℃伅", icon: "monitor" },
},
+ {
+ path: "/productionTraceability",
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: "index",
+ component: () => import("@/views/productionManagement/productionTraceability/index.vue"),
+ name: "ProductionTraceability",
+ meta: { title: "鐢熶骇杩芥函", activeMenu: "/productionManagement/productionOrder" },
+ },
+ ],
+ },
// 娣诲姞椤圭洰璇︽儏椤甸潰璺敱閰嶇疆
{
path: "/oaSystem/projectManagement/projectDetail",
--
Gitblit v1.9.3