yanjinhui
2026-03-19 33f55e3be906cbc0390e1ae7a20d6561dfc06140
代码管理/WCS/WIDESEAWCS_Client/src/router/viewGird.js
@@ -57,6 +57,41 @@
    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