马宇豪
2023-08-16 a8ef7c1a4b2ab6acd91a0520e6258bd753d17f20
src/router/route.ts
@@ -89,19 +89,19 @@
        }
    },
    {
        path: '/inspectFullScreen',
        name: 'inspectFullScreen',
        component: () => import('/@/views/intellectInspect/inspectIndex/components/fullScreen.vue'),
        meta: {
            title: '巡检首页全屏'
        }
    },
    {
        path: '/msgDetail',
        name: 'msgDetail',
        component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/msgDetail.vue'),
        meta: {
            title: 'spi报告详情'
        }
    },
    {
        path: '/screenPage',
        name: 'screenPage',
        component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'),
        meta: {
            title: '预警预报'
        }
    },
    {