| | |
| | | path: '/router', |
| | | name: 'router', |
| | | component: () => import('@/views/basicinfo/router.vue') |
| | | }] |
| | | }, { |
| | | path: '/apiInfo', |
| | | name: 'apiInfo', |
| | | component: () => import('@/views/basicinfo/apiInfo.vue') |
| | | }, { |
| | | path: '/hkLocationInfo', |
| | | name: 'hkLocationInfo', |
| | | component: () => import('@/views/basicinfo/hKLocationInfo.vue') |
| | | }, { |
| | | path: '/kLSLocationInfo', |
| | | name: 'kLSLocationInfo', |
| | | component: () => import('@/views/basicinfo/kLSLocationInfo.vue') |
| | | }, { |
| | | path: '/rGVLocationInfo', |
| | | name: 'rGVLocationInfo', |
| | | component: () => import('@/views/basicinfo/rGVLocationInfo.vue') |
| | | }, { |
| | | path: '/stationManger', |
| | | name: 'stationManger', |
| | | component: () => import('@/views/basicinfo/stationManger.vue') |
| | | } |
| | | , { |
| | | path: '/taskHty', |
| | | name: 'taskHty', |
| | | component: () => import('@/views/taskinfo/taskHty.vue') |
| | | }, { |
| | | path: '/trackloginfo', |
| | | name: 'trackloginfo', |
| | | component: () => import('@/views/basicinfo/Dt_trackloginfo.vue') |
| | | }, |
| | | { |
| | | path: '/StationInfo', |
| | | name: 'StationInfo', |
| | | component: () => import('@/views/basicinfo/Dt_StationInfo.vue') |
| | | } |
| | | ] |
| | | |
| | | export default viewgird |