马宇豪
2025-03-04 1b9fea7d4af68d8f933b2dc42bf6084b9646f64c
src/router/route.ts
@@ -5,14 +5,14 @@
        path: '/',
        name: '/',
        component: () => import('/@/layout/index.vue'),
        redirect: '/home',
        redirect: '/newMenu',
        meta: {
            isKeepAlive: false
        },
        children: [
            {
                path: '/home',
                name: 'home',
                path: '/newMenu',
                name: 'newMenu',
                component: () => import('/@/views/newHome/index.vue'),
                meta: {
                    title: '首页',
@@ -85,7 +85,24 @@
        name: 'warningScreen',
        component: () => import('/@/views/riskWarningSys/warningBigScreen/index.vue'),
        meta: {
            title: '预警预报'
            title: '预警预报',
        }
    },
    {
        path: '/screenPage',
        name: 'screenPage',
        component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'),
        meta: {
            title: '预警详情',
            isKeepAlive: false
        }
    },
    {
        path: '/inspectFullScreen',
        name: 'inspectFullScreen',
        component: () => import('/@/views/intellectInspect/inspectIndex/components/fullScreen.vue'),
        meta: {
            title: '巡检首页全屏'
        }
    },
    {
@@ -102,38 +119,6 @@
        component: () => import('/@/views/facilityManagement/securities/index.vue'),
        meta: {
            title: '安全物资与设备'
        }
    },
    {
        path: '/inspectIndex2',
        name: 'inspectIndex2',
        component: () => import('/@/views/intellectInspect/inspectIndex2/index.vue'),
        meta: {
            title: '巡检首页'
        }
    },
    {
        path: '/video',
        name: 'video',
        component: () => import('/@/views/system/video/index.vue'),
        meta: {
            title: '视频设备管理'
        }
    },
    {
        path: '/specialIndex',
        name: 'specialIndex',
        component: () => import('/@/views/specialWorkSystem/specialIndex/index.vue'),
        meta: {
            title: '特殊作业首页'
        }
    },
    {
        path: '/facilityIndex',
        name: 'facilityIndex',
        component: () => import('/@/views/facilityManagement/facilityIndex/index.vue'),
        meta: {
            title: '设备管理首页'
        }
    }
];