Explorar o código

更新 默认航次状态tab

wzh %!s(int64=3) %!d(string=hai) anos
pai
achega
a4df5dfcf5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();