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 |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index cc2b88c..6b89a17 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -106,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