This commit is contained in:
Zhx
2022-11-16 16:32:03 +08:00
parent 6c7f080f61
commit 0725e35c24

View File

@@ -69,7 +69,7 @@ export default defineComponent({
const getToken = () => {
spinningLoading.value = true;
jsonp(jsonpUrl, {
appId: "yls",
appId: "yip",
remoteIp: returnCitySN["cip"],
callbackQuery: "jsonpCallback",
})