马宇豪
2023-05-05 c819024e241b9f7c54cc3786373ad0d2998f2190
src/router/index.js
@@ -65,12 +65,12 @@
    {
        path: '/',
        component: Layout,
        redirect: "/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/riskSourceManage/index",
        // redirect: '/workPlan/workPlan/reserve',
        // redirect: "/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/riskSourceManage/index",
        redirect: '/safetyproduction/safetyproduction/checklist',
        children: [
            {
                path: 'dashboard',
                component: () => import('@/views/workPlan/reserve'),
                component: () => import('@/views/safetyproduction/checklist'),
                name: 'Dashboard1',
                meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
            }