Admin
2022-12-01 253add6f42ca00eef876eba6683ca59b3fa0431b
src/router/route.ts
@@ -111,5 +111,13 @@
        meta: {
            title: '安全物资与设备'
        }
    },
    {
        path: '/intelligentLine',
        name: 'intelligentLine',
        component: () => import('/@/views/intellectInspect/intelligentLine/index.vue'),
        meta: {
            title: '巡检路线'
        }
    }
];