jiangping
2023-08-17 8d7cb8876ac222eca1c82d5bab250f5551531edb
h5_standard/src/router/module/productionInspection/index.ts
@@ -74,28 +74,10 @@
                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',