lyfO_o
2022-03-24 c251626c67a55dfa8305fd49a47a0a2aa00fc32f
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: [