Your Name
2022-03-21 0bbc5abeab6a1cb504b36bcd620fcb55e496d989
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: [