From 5dfbc4af25ab4f5e8d75f99c6e889b5004a49ef0 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 18 八月 2023 19:22:25 +0800
Subject: [PATCH] 大屏统计
---
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