songhuangfeng123
2022-04-08 5a2f90a16ea969022be66783c26178c83cfc484d
src/router/index.js
@@ -54,17 +54,31 @@
    {
        path: '/',
        component: Layout,
        redirect: '/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/analyseUnit/index',
        redirect: '/workPlan/workPlan/reserve',
        children: [
            {
                path: 'dashboard',
                component: () => import('@/views/doublePreventAction/riskLevelManage/analyseUnit/index'),
                component: () => import('@/views/workPlan/reserve'),
                name: 'Dashboard1',
                meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
            }
        ],
        hidden: true
    },
    // {
    //     path: '/',
    //     component: Layout,
    //     redirect: '/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/analyseUnit/index',
    //     children: [
    //         {
    //             path: 'dashboard',
    //             component: () => import('@/views/doublePreventAction/riskLevelManage/analyseUnit/index'),
    //             name: 'Dashboard1',
    //             meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
    //         }
    //     ],
    //     hidden: true
    // },
    {
        path: 'dashboard',
        component: Layout,