From b1444157ac9028bf0ba68081f4677919516fc560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E5=B0=91=E5=BA=B7?= <2496371772@qq.com> Date: Thu, 30 Jul 2026 18:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=90=91=E6=A8=A1=E6=8B=9F=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E5=9B=BE=E6=A0=87=E6=8E=A5=E5=8F=A3=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/Container/mapRightMenu.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/layout/Container/mapRightMenu.vue b/src/layout/Container/mapRightMenu.vue index 55ccbd66..562c4485 100644 --- a/src/layout/Container/mapRightMenu.vue +++ b/src/layout/Container/mapRightMenu.vue @@ -231,10 +231,12 @@ function handleIconClick(item: MapControlItem) { // 处理gif else if (item.name === "gif") { let taskId = JSON.parse(sessionStorage.getItem("ssmnDataItem")).id; + let speciesId = JSON.parse(sessionStorage.getItem("symnZxHsId"))||""; getGif( { taskId, genGifType: "global", + speciesId }, (res: any) => { gifSrc.value = window.FSXConfig.VUE_APP_SERVER_IP + res;