From b15a83329e33a954f41c9558b58aa1a64332c46b Mon Sep 17 00:00:00 2001 From: Mr.Shi <1878285526@qq.com> Date: 星期五, 11 八月 2023 18:04:51 +0800 Subject: [PATCH] 标准版h5 --- 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