马宇豪
2023-05-05 c819024e241b9f7c54cc3786373ad0d2998f2190
src/router/index.js
@@ -52,14 +52,25 @@
        hidden: true
    },
    {
        path: '/pwdChange',
        // 密码变更
        component: () => import('@/views/login/pwdChange'),
        hidden: true
    },
    {
        path: '/fullScreen',
        component: () => import('@/views/doubleIndex/saftyScreen/fullScreen/index'),
        hidden: true
    },
    {
        path: '/',
        component: Layout,
        redirect: "/accidentHidden",
        // 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 }
            }
@@ -114,14 +125,14 @@
    //       }
    //     ]
    //   },
      {
          id: 2,
    {
        id: 2,
        parentId: 0,
        path: '/aqscbzh',
        component: Layout,
        name: '安全生产标准化',
        meta: { title: '安全生产标准化', icon: 'el-icon-security' },
          hidden: true,
        hidden: true,
        children: [
          {
            path: '/new',