From 9bde4edeb7e807e00b126661d5b738a5986867c3 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期五, 28 十一月 2025 08:45:15 +0800
Subject: [PATCH] fix 绞线巡检 保存结构修正

---
 src/pages.json |   58 +++++++++++++++++++++++++++++++---------------------------
 1 files changed, 31 insertions(+), 27 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 781c4b7..f35c63a 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": {
@@ -148,12 +146,6 @@
       }
     },
     {
-      "path": "pages/routingInspection/index",
-      "style": {
-        "navigationBarTitleText": "宸℃"
-      }
-    },
-    {
       "path": "pages/production/detail/wireDetail",
       "style": {
         "navigationBarTitleText": "鎷変笣璇︽儏"
@@ -169,6 +161,12 @@
       "path": "pages/production/wire/report/wire",
       "style": {
         "navigationBarTitleText": "鎷変笣鎶ュ伐"
+      }
+    },
+    {
+      "path": "pages/production/wire/report/reportManage",
+      "style": {
+        "navigationBarTitleText": "鎶ュ伐绠$悊"
       }
     },
     {
@@ -198,13 +196,7 @@
     {
       "path": "pages/production/wire/selfInspect/index",
       "style": {
-        "navigationBarTitleText": "鎷変笣鑷"
-      }
-    },
-    {
-      "path": "pages/production/wire/selfInspect/edit",
-      "style": {
-        "navigationBarTitleText": "缂栬緫鎷変笣鑷"
+        "navigationBarTitleText": "鑷绠$悊"
       }
     },
     {
@@ -268,12 +260,6 @@
       }
     },
     {
-      "path": "pages/production/twist/selfInspect/edit",
-      "style": {
-        "navigationBarTitleText": "缁炵嚎鑷缂栬緫"
-      }
-    },
-    {
       "path": "pages/production/twist/backman/index",
       "style": {
         "navigationBarTitleText": "缁炵嚎鏉傚伐"
@@ -289,6 +275,24 @@
       "path": "pages/timely/index",
       "style": {
         "navigationBarTitleText": "鏃舵晥鎶ュ伐"
+      }
+    },
+    {
+      "path": "pages/routingInspection/index",
+      "style": {
+        "navigationBarTitleText": "宸℃"
+      }
+    },
+    {
+      "path": "pages/routingInspection/detail/indexJX",
+      "style": {
+        "navigationBarTitleText": "缁炵嚎宸℃璇︽儏"
+      }
+    },
+    {
+      "path": "pages/routingInspection/detail/indexLS",
+      "style": {
+        "navigationBarTitleText": "鎷変笣宸℃璇︽儏"
       }
     }
   ],
@@ -309,12 +313,12 @@
         "iconPath": "static/tabbar/home.png",
         "selectedIconPath": "static/tabbar/home-active.png"
       },
-      {
-        "pagePath": "pages/work/index",
-        "text": "宸ヤ綔鍙�",
-        "iconPath": "static/tabbar/work.png",
-        "selectedIconPath": "static/tabbar/work-active.png"
-      },
+      // {
+      //   "pagePath": "pages/work/index",
+      //   "text": "宸ヤ綔鍙�",
+      //   "iconPath": "static/tabbar/work.png",
+      //   "selectedIconPath": "static/tabbar/work-active.png"
+      // },
       {
         "pagePath": "pages/mine/index",
         "text": "鎴戠殑",

--
Gitblit v1.9.3