SyuanYu il y a 7 mois
Parent
commit
79721f0e36
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5 4
      src/views/HomeView.vue

+ 5 - 4
src/views/HomeView.vue

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