dengjunjie
2026-02-27 b6a82cb656a6cd045d772274ae927c8ca2c22b06
代码管理/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