Browse Source

更新 默认航次状态tab

wzh 3 years ago
parent
commit
a4df5dfcf5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/index/Index.vue

+ 1 - 1
src/views/index/Index.vue

@@ -343,7 +343,7 @@ function drawMarkers() {
   map.value.add(overlayGroups);
   map.value.setFitView(markers, true, [200, 50, 50, 50], 18);
 }
-let status = ref(0);
+let status = ref(3);
 function changeVoyageType(s) {
   status.value = s;
   getIndexData();