“dzb”
2022-10-17 0d7d6fc9a5c40ccc90190b0f24039ec1362f120f
src/router/index.js
@@ -21,6 +21,11 @@
        component: () => import('@/views/systemSetting'),
        children: [
          {
            path: 'userSetting',
            name: 'userSetting',
            component: () => import('@/views/systemSetting/baseSetting'),
            children: [
              {
            path: "user",
            name: "user",
            component: () => import('@/views/systemSetting/baseSetting/user')
@@ -40,6 +45,14 @@
            name: 'department',
            component: () => import('@/views/systemSetting/baseSetting/department')
          },
            ]
          },
          {
            path: 'platform',
            name: 'platform',
            component: () => import('@/views/systemSetting/platform'),
            children: [
          {
            path: 'portalSetting',
            name: 'portalSetting',
@@ -58,6 +71,30 @@
        ]
      },
      {
            path: 'device',
            name: 'device',
            component: () => import('@/views/systemSetting/device'),
            children: [
              {
                path: 'bayonet',
                name: 'bayonet',
                component: () => import('@/views/systemSetting/device/bayonet')
              },
              {
                path: 'grid',
                name: 'grid',
                component: () => import('@/views/systemSetting/device/grid'),
              },
              {
                path: 'point',
                name: 'point',
                component: () => import('@/views/systemSetting/device/point'),
              }
            ]
          }
        ]
      },
      {
        path: "operate",
        name: 'operate',
        component: () => import('@/views/operate'),