Admin
2022-09-20 000a59c7e4382198374485d55411aac357cb8b67
src/router/route.ts
@@ -127,5 +127,13 @@
        meta: {
            title: 'spi报告详情'
        }
    },
    {
        path: '/material',
        name: 'material',
        component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'),
        meta: {
            title: '作业物资'
        }
    }
];