From 7fdf5c810a17839e12e92dcefa62c1d006e62df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E5=B0=91=E5=BA=B7?= <2496371772@qq.com> Date: Fri, 7 Aug 2026 12:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=94=BE=E4=BF=AE=E6=94=B9=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/Container/mapTimeSlider.vue | 4 ++-- src/layout/Container/meteorologyMenu.vue | 2 +- src/utils/axios/tqyb/data/index.ts | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/layout/Container/mapTimeSlider.vue b/src/layout/Container/mapTimeSlider.vue index 20fc3abf..ba3e7b45 100644 --- a/src/layout/Container/mapTimeSlider.vue +++ b/src/layout/Container/mapTimeSlider.vue @@ -307,7 +307,7 @@ function updateTimeLabel(ctime: any) { // 往态势传递数据 EventBusTool.getEventBus().publish("playData", { key: "addyctqjsGis", - data: res.result, + data: res, weatherType:params.weatherType }); }); @@ -320,7 +320,7 @@ function updateTimeLabel(ctime: any) { // 往态势传递数据 EventBusTool.getEventBus().publish('playData', { key: 'addyctqjsGis', - data: res.result, + data: res, weatherType:3 }); }); diff --git a/src/layout/Container/meteorologyMenu.vue b/src/layout/Container/meteorologyMenu.vue index efe2c27c..c5e6da77 100644 --- a/src/layout/Container/meteorologyMenu.vue +++ b/src/layout/Container/meteorologyMenu.vue @@ -110,7 +110,7 @@ function handleIconClick(item: meteorologyItem) { // 往态势传递数据 EventBusTool.getEventBus().publish("playData", { key: "addyctqjsGis", - data: res.result, + data: res, weatherType:gisImgOpt.weatherType }); }); diff --git a/src/utils/axios/tqyb/data/index.ts b/src/utils/axios/tqyb/data/index.ts index 94fa6cbb..6c073a1a 100644 --- a/src/utils/axios/tqyb/data/index.ts +++ b/src/utils/axios/tqyb/data/index.ts @@ -164,9 +164,9 @@ export async function playbackSearchData( isLoding }); - if (response.success && response.code === 200) { - callback?.(response); - } + // if (response.success && response.code === 200) { + callback?.(response); + // } } /**