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: '',
@@ -119,5 +119,21 @@
        meta: {
            title: '预警预报'
        }
    },
    {
        path: '/msgDetail',
        name: 'msgDetail',
        component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/msgDetail.vue'),
        meta: {
            title: 'spi报告详情'
        }
    },
    {
        path: '/material',
        name: 'material',
        component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'),
        meta: {
            title: '作业物资'
        }
    }
];