| | |
| | | component: () => import('@/views/systemSetting'), |
| | | children: [ |
| | | { |
| | | path: "user", |
| | | name: "user", |
| | | component: () => import('@/views/systemSetting/baseSetting/user') |
| | | path: 'userSetting', |
| | | name: 'userSetting', |
| | | component: () => import('@/views/systemSetting/baseSetting'), |
| | | children: [ |
| | | { |
| | | path: "user", |
| | | name: "user", |
| | | component: () => import('@/views/systemSetting/baseSetting/user') |
| | | }, |
| | | { |
| | | path: 'role', |
| | | name: 'role', |
| | | component: () => import('@/views/systemSetting/baseSetting/role') |
| | | }, |
| | | { |
| | | path: 'authority', |
| | | name: 'authority', |
| | | component: () => import('@/views/systemSetting/baseSetting/authority') |
| | | }, |
| | | { |
| | | path: 'department', |
| | | name: 'department', |
| | | component: () => import('@/views/systemSetting/baseSetting/department') |
| | | }, |
| | | |
| | | ] |
| | | }, |
| | | { |
| | | path: 'role', |
| | | name: 'role', |
| | | component: () => import('@/views/systemSetting/baseSetting/role') |
| | | path: 'platform', |
| | | name: 'platform', |
| | | component: () => import('@/views/systemSetting/platform'), |
| | | children: [ |
| | | { |
| | | path: 'portalSetting', |
| | | name: 'portalSetting', |
| | | component: () => import('@/views/systemSetting/platform/portalSetting') |
| | | }, |
| | | { |
| | | path: 'otherInterface', |
| | | name: 'otherInterface', |
| | | component: () => import('@/views/systemSetting/platform/otherInterface') |
| | | }, |
| | | { |
| | | path: 'mySetting', |
| | | name: 'mySetting', |
| | | component: () => import('@/views/systemSetting/platform/mySetting') |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | path: 'authority', |
| | | name: 'authority', |
| | | component: () => import('@/views/systemSetting/baseSetting/authority') |
| | | }, |
| | | { |
| | | path: 'department', |
| | | name: 'department', |
| | | component: () => import('@/views/systemSetting/baseSetting/department') |
| | | }, |
| | | { |
| | | path: 'portalSetting', |
| | | name: 'portalSetting', |
| | | component: () => import('@/views/systemSetting/platform/portalSetting') |
| | | }, |
| | | { |
| | | path: 'otherInterface', |
| | | name: 'otherInterface', |
| | | component: () => import('@/views/systemSetting/platform/otherInterface') |
| | | }, |
| | | { |
| | | path: 'mySetting', |
| | | name: 'mySetting', |
| | | component: () => import('@/views/systemSetting/platform/mySetting') |
| | | 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'), |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | }, |
| | |
| | | component: () => import('@/views/operate/car/myIndex'), |
| | | }, |
| | | { |
| | | path:'lawTrajectory', |
| | | name:'lawTrajectory', |
| | | path: 'lawTrajectory', |
| | | name: 'lawTrajectory', |
| | | component: () => import('@/views/operate/car/lawCar'), |
| | | }, |
| | | { |
| | | path:'soilTrajectory', |
| | | name:'soilTrajectory', |
| | | path: 'soilTrajectory', |
| | | name: 'soilTrajectory', |
| | | component: () => import('@/views/operate/car/soilCar'), |
| | | } |
| | | ] |
| | |
| | | component: () => import('@/views/operate/message/myIndex'), |
| | | }, |
| | | { |
| | | path:'mycontrol', |
| | | name:'mycontrol', |
| | | path: 'mycontrol', |
| | | name: 'mycontrol', |
| | | component: () => import('@/views/operate/message/mycontrol'), |
| | | }, |
| | | ] |