cqf
2022-05-20 d4dcc35263ef8ea99bd7427add8ca8e2731425b7
src/router/index.js
@@ -54,7 +54,8 @@
    {
        path: '/',
        component: Layout,
        redirect: '/workPlan/workPlan/reserve',
        redirect: "/accidentHidden",
        // redirect: '/workPlan/workPlan/reserve',
        children: [
            {
                path: 'dashboard',
@@ -379,6 +380,17 @@
                component: () => import('@/views/Issuedbysuperiors'),
                meta: { title: '上级下达隐患', icon: '' }
            },
              {
                  id: 9,
                  parentId: 0,
                  path: '/superiorsSend',
                  name: '发送隐患',
                  component: () => import('@/views/Issuedbysuperiors/superiorsSend'),
                  meta: { title: '发送隐患', icon: '' },
                  hidden: true
              },
            {
                id: 10,
                parentId: 0,