From 8cc901ed214f3885b34a07d0520fbcfd50063439 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 19 十一月 2025 14:30:39 +0800
Subject: [PATCH] fix: 完成绞线自检,生产确认等功能新增
---
src/pages.json | 38 ++++++++++++++++++++++++--------------
1 files changed, 24 insertions(+), 14 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index d7c4b2f..dfc8cb7 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -6,7 +6,6 @@
"^cu-(.*)": "@/components/cu-$1/index.vue"
}
},
-
"pages": [
{
"path": "pages/index/index",
@@ -98,7 +97,6 @@
"navigationBarTitleText": "涓汉璧勬枡"
}
},
-
{
"path": "pages/work/user/index",
"style": {
@@ -196,12 +194,6 @@
}
},
{
- "path": "pages/production/wire/selfInspect/edit",
- "style": {
- "navigationBarTitleText": "缂栬緫鎷変笣鑷"
- }
- },
- {
"path": "pages/production/wire/backman/index",
"style": {
"navigationBarTitleText": "鏉傚伐"
@@ -232,6 +224,12 @@
}
},
{
+ "path": "pages/production/twist/report/draw",
+ "style": {
+ "navigationBarTitleText": "鍗曚笣棰嗙敤"
+ }
+ },
+ {
"path": "pages/production/twist/receive/index",
"style": {
"navigationBarTitleText": "缁炵嚎鏉愭枡棰嗙敤"
@@ -256,12 +254,6 @@
}
},
{
- "path": "pages/production/twist/selfInspect/edit",
- "style": {
- "navigationBarTitleText": "缁炵嚎鑷缂栬緫"
- }
- },
- {
"path": "pages/production/twist/backman/index",
"style": {
"navigationBarTitleText": "缁炵嚎鏉傚伐"
@@ -278,6 +270,24 @@
"style": {
"navigationBarTitleText": "鏃舵晥鎶ュ伐"
}
+ },
+ {
+ "path": "pages/routingInspection/index",
+ "style": {
+ "navigationBarTitleText": "宸℃"
+ }
+ },
+ {
+ "path": "pages/routingInspection/detail/indexJX",
+ "style": {
+ "navigationBarTitleText": "缁炵嚎宸℃璇︽儏"
+ }
+ },
+ {
+ "path": "pages/routingInspection/detail/indexLS",
+ "style": {
+ "navigationBarTitleText": "鎷変笣宸℃璇︽儏"
+ }
}
],
"globalStyle": {
--
Gitblit v1.9.3