From 647a005057d2028010d74f74040188637204678e Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 04 三月 2023 15:56:10 +0800 Subject: [PATCH] 1 --- ExportMap/export.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExportMap/export.html b/ExportMap/export.html index 01e2cf1..c65e105 100644 --- a/ExportMap/export.html +++ b/ExportMap/export.html @@ -5,7 +5,7 @@ <title></title> <script src="js/jquery.1.12.4.js"></script> <script> - var token = "37da6489-9286-4cb6-9662-69d464238e9b"; + var token = "a5cc6769-f965-4b90-b7c9-5188186d6cce"; function ajax(url, type, data, dataType, contentType, fn) { $.ajax({ @@ -42,7 +42,7 @@ xmax: 112.534648 }; - ajax("http://192.168.20.205/ExportMap/Export/Start", "POST", JSON.stringify(data), null, null, function (rs) { + ajax("http://127.0.0.1/ExportMap/Export/Start", "POST", JSON.stringify(data), null, null, function (rs) { alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); console.log(rs); }); -- Gitblit v1.9.3