batman
2023-03-16 b6cacf34f55a6d53e3019ff0c886ff3a2335c066
src/router/route.ts
@@ -103,21 +103,5 @@
        meta: {
            title: '安全物资与设备'
        }
    },
    {
        path: '/specialIndex',
        name: 'specialIndex',
        component: () => import('/@/views/specialWorkSystem/specialIndex/index.vue'),
        meta: {
            title: '特殊作业首页'
        }
    },
    {
        path: '/inspectIndex',
        name: 'inspectIndex2',
        component: () => import('/@/views/intellectInspect/inspectIndex2/index.vue'),
        meta: {
            title: '巡检首页'
        }
    },
    }
];