From 08d0c4ca9064c27be7b3e488bec497e87a05cc18 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期三, 27 三月 2024 09:56:01 +0800 Subject: [PATCH] 代码更新 --- src/views/index.vue | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 3cb4e50..ddf071e 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -63,6 +63,7 @@ <YJlist v-if="checkMenuFlag == 'c2'"></YJlist> <gjfx v-if="checkMenuFlag == 'f1'"></gjfx> <zdmax v-if="checkMenuFlag == 'f1'"></zdmax> + <PreCusPage v-if="checkMenuFlag == 'b5'"></PreCusPage> </div> </div> </div> @@ -112,6 +113,7 @@ //棰勮鎶ヨ import BJlist from "@/components/BJlist.vue"; import YJlist from "@/components/YJlist.vue"; +import PreCusPage from "@/components/PreCusPage.vue"; //鐐逛綅鍒楄〃 import poiList from "@/components/poiList.vue"; //缁熻鍥� @@ -146,6 +148,7 @@ reportList, dayzdmax, weekzdmax, + PreCusPage }, setup(props, { emit }) { const store = useStore(); @@ -232,6 +235,16 @@ if (res.id == "e5") { videoUrl.value = window.location.href.split("#")[0] + SMvideoJS; } + + sgworld.Core.postMessage({ + func_name: "SetSmallWind", + lon: "", + lat: "", + alt: 300, + Scope: "", + Direction: "", + Hidden: "true", + }); }; const toggleFK = (params) => { -- Gitblit v1.9.3