lyfO_o
2022-04-08 e3ddc05207aff849e191e86b9f94e5eb13d6e98e
src/router/index.js
@@ -55,17 +55,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,