Admin
2022-09-21 999cab6fb3fc6d2a288d365da991351c5a396bf0
src/router/route.ts
@@ -13,7 +13,7 @@
            {
                path: '/home',
                name: 'home',
                component: () => import('/@/views/home/index.vue'),
                component: () => import('/@/views/newHome/index.vue'),
                meta: {
                    title: '首页',
                    isLink: '',
@@ -127,5 +127,13 @@
        meta: {
            title: 'spi报告详情'
        }
    },
    {
        path: '/material',
        name: 'material',
        component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'),
        meta: {
            title: '作业物资'
        }
    }
];