Browse Source

没配置不查询历史轨迹

CzRger 1 year ago
parent
commit
73664f4edf

+ 1 - 1
src/views/ship-test/business/index.vue

@@ -125,7 +125,7 @@ export default defineComponent({
           let isFeature = false
           e.map.forEachFeatureAtPixel(e.pixel, (f) => {
             if (!isFeature) {
-              if (f.get('_trackId') && !state.trackMap.has(f.get('_trackId'))) {
+              if (f.get('_trackId') && !state.trackMap.has(f.get('_trackId')) && f.get('_historyWsUrl')) {
                 isFeature = true
                 if (f.get('featureType') === 'ship') {
                   handleShipClick(f)

+ 0 - 1
src/views/ship-test/manage/source/detail.vue

@@ -73,7 +73,6 @@
         <div class="__cus-title_2">历史轨迹WebSocket</div>
         <CusFormColumn
             :span="24"
-            required
             label="地址"
             v-model:param="cusDetail.historyWsUrl"/>
         <CusFormColumn