1
dengjunjie
2026-03-05 af7d711002c16d219eba4b823a3cdae38a2ccfad
代码管理/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