loulijun2021
2023-09-13 2bf7aff3435c9abcb38b9ced5b6fa56957aeae89
src/router/index.js
@@ -47,6 +47,14 @@
    path: '/ckgl',
    component: () => import('@/views/kanbanManager/ckgl'),
    hidden: true
  }, {
    path: '/cjzl',
    component: () => import('@/views/kanbanManager/cjzl'),
    hidden: true
  }, {
    path: '/all',
    component: () => import('@/views/kanbanManager/all'),
    hidden: true
  },
  {
@@ -777,6 +785,12 @@
        code: '1014',
        component: () => import('@/views/basicSettings/installationLampSetting'),
        meta: { code: '1014', title: '安灯设置', icon: '', keepAlive: true }
      }, {
        path: 'groupSetting',
        name: 'groupSettingCancel',
        code: '1015',
        component: () => import('@/views/basicSettings/groupSetting'),
        meta: { code: '1015', title: '班组设置', icon: '', keepAlive: true }
      }
    ]
  },