SyuanYu 8 months ago
parent
commit
6584ab7fe1
1 changed files with 5 additions and 4 deletions
  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("當前位置"); // 指定定位點