Admin
2022-08-16 f064f30c91750ae7ffb912e47bca5f9dbc143c8b
src/router/route.ts
@@ -72,11 +72,36 @@
        }
    },
    {
        path: '/homeMenu',
        name: 'homeMenu',
        component: () => import('/@/views/homeMenu/homeMenu.vue'),
        path: '/newMenu',
        name: 'newMenu',
        component: () => import('/@/views/newHome/index.vue'),
        meta: {
            title: '登录'
            title: '首页',
            isKeepAlive: false
        }
    },
    {
        path: '/intelligentMap',
        name: 'intelligentMap',
        component: () => import('/@/views/intellectInspect/intelligentMap/index.vue'),
        meta: {
            title: '巡检路线'
        }
    },
    {
        path: '/intelligentLine',
        name: 'intelligentMap',
        component: () => import('/@/views/intellectInspect/intelligentLine/index.vue'),
        meta: {
            title: '巡检路线'
        }
    },
    {
        path: '/dpIndex',
        name: 'dpIndex',
        component: () => import('/@/views/doublePrevent/dpIndex/index.vue'),
        meta: {
            title: '双重预防首页'
        }
    }
];