This commit is contained in:
TimSpan 2024-08-20 15:28:36 +08:00
parent 42b0cb8e83
commit b6c6a73e30
2 changed files with 50 additions and 48 deletions

View File

@ -898,6 +898,8 @@ const initMapdt = (data: any, podat: any, name: any) => {
resovle('无数据') resovle('无数据')
}) })
} else { } else {
console.log(response);
return response.text() return response.text()
} }
}) })