Your Name
2022-04-06 c903c7a17f51a1a70d27cd317ad67a40c562af45
src/router/index.js
@@ -53,7 +53,22 @@
        hidden: true
    },
    {
        path: '',
        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,
        redirect: 'dashboard',
        children: [