正向模拟点击图标接口添加参数

This commit is contained in:
冯少康 2026-07-30 18:32:41 +08:00
parent 7031e8b7ec
commit b1444157ac

View File

@ -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;