batman
2023-03-09 b20332f8302295b93b55bf5f29cc5d639aa67600
src/router/route.ts
@@ -127,5 +127,13 @@
        meta: {
            title: '特殊作业首页'
        }
    },
    {
        path: '/facilityIndex',
        name: 'facilityIndex',
        component: () => import('/@/views/facilityManagement/facilityIndex/index.vue'),
        meta: {
            title: '设备管理首页'
        }
    }
];