From c2e4ed1a6e3a14406db471304360cd45ac8177d1 Mon Sep 17 00:00:00 2001
From: jiaosong <jiaosong6760@dingtalk.com>
Date: 星期五, 11 八月 2023 18:46:58 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 h5_standard/src/router/module/productionInspection/index.ts |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/h5_standard/src/router/module/productionInspection/index.ts b/h5_standard/src/router/module/productionInspection/index.ts
index 93199a5..9c29730 100644
--- a/h5_standard/src/router/module/productionInspection/index.ts
+++ b/h5_standard/src/router/module/productionInspection/index.ts
@@ -74,12 +74,30 @@
                 path: '/productionInspection/manualInspection',
                 name: 'manualInspection',
                 meta: {
-                    title: '鎵嬪姩妫�楠�',
+                    title: '宸$嚎',
                     keepAlive: true
                 },
                 component: () => import('@/views/productionInspection/manualInspection.vue')
             },
             {
+                path: '/productionInspection/manualInspection1',
+                name: 'manualInspection1',
+                meta: {
+                    title: '宸℃',
+                    keepAlive: true
+                },
+                component: () => import('@/views/productionInspection/manualInspection1.vue')
+            },
+            {
+                path: '/productionInspection/manualInspection2',
+                name: 'manualInspection2',
+                meta: {
+                    title: '瀹屽伐妫�',
+                    keepAlive: true
+                },
+                component: () => import('@/views/productionInspection/manualInspection2.vue')
+            },
+            {
                 path: '/productionInspection/selectWorkOrder',
                 name: 'selectWorkOrder',
                 meta: {

--
Gitblit v1.9.3