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;