正向模拟点击图标接口添加参数
This commit is contained in:
parent
7031e8b7ec
commit
b1444157ac
|
|
@ -231,10 +231,12 @@ function handleIconClick(item: MapControlItem) {
|
||||||
// 处理gif
|
// 处理gif
|
||||||
else if (item.name === "gif") {
|
else if (item.name === "gif") {
|
||||||
let taskId = JSON.parse(sessionStorage.getItem("ssmnDataItem")).id;
|
let taskId = JSON.parse(sessionStorage.getItem("ssmnDataItem")).id;
|
||||||
|
let speciesId = JSON.parse(sessionStorage.getItem("symnZxHsId"))||"";
|
||||||
getGif(
|
getGif(
|
||||||
{
|
{
|
||||||
taskId,
|
taskId,
|
||||||
genGifType: "global",
|
genGifType: "global",
|
||||||
|
speciesId
|
||||||
},
|
},
|
||||||
(res: any) => {
|
(res: any) => {
|
||||||
gifSrc.value = window.FSXConfig.VUE_APP_SERVER_IP + res;
|
gifSrc.value = window.FSXConfig.VUE_APP_SERVER_IP + res;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user