| | |
| | | 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') |
| | |
| | | name: 'department', |
| | | component: () => import('@/views/systemSetting/baseSetting/department') |
| | | }, |
| | | |
| | | ] |
| | | }, |
| | | { |
| | | path: 'platform', |
| | | name: 'platform', |
| | | component: () => import('@/views/systemSetting/platform'), |
| | | children: [ |
| | | { |
| | | path: 'portalSetting', |
| | | name: 'portalSetting', |
| | |
| | | ] |
| | | }, |
| | | { |
| | | 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'), |