Admin
2022-08-15 6466a7edc86dc195af0cd87251f7e9ca477c233f
src/router/route.ts
@@ -72,11 +72,28 @@
        }
    },
    {
        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: '巡检路线'
        }
    }
];