SyuanYu 8 mesi fa
parent
commit
6584ab7fe1
1 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 5 4
      src/views/HomeView.vue

+ 5 - 4
src/views/HomeView.vue

@@ -1306,10 +1306,11 @@ console.log("是否顯示實境景色", isInTimeRange);
 
 
 // 上午顯示實境景色按鈕(夜間隱藏)
 // 上午顯示實境景色按鈕(夜間隱藏)
 if (isInTimeRange) {
 if (isInTimeRange) {
-  observationList.push({
-    value: "實境景色",
-    text: "observatory_info.view",
-  });
+  // 暫時隱藏
+  // observationList.push({
+  //   value: "實境景色",
+  //   text: "observatory_info.view",
+  // });
 }
 }
 
 
 let assignLocation = ref("當前位置"); // 指定定位點
 let assignLocation = ref("當前位置"); // 指定定位點