leiqunqing
2026-01-19 25d2d180a690218b0c53c109962db9f4c89cd4f2
代码管理/WCS/WIDESEAWCS_Client/src/router/viewGird.js
@@ -57,6 +57,27 @@
    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')
  }
]
export default viewgird