From 955227562285dd86e4356fbfbe9d9250d65436a3 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 16 一月 2023 19:09:22 +0800 Subject: [PATCH] 1 --- ExportMap/export.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ExportMap/export.html b/ExportMap/export.html index 95fbd6f..01e2cf1 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 = "68af5891-25fe-471e-9883-ab387fe44f86"; + var token = "37da6489-9286-4cb6-9662-69d464238e9b"; function ajax(url, type, data, dataType, contentType, fn) { $.ajax({ @@ -34,7 +34,7 @@ scale: "1锛�5涓�", resolution: "5绫�", date: "2022.11.09", - layers: "闃�瀹�,绠¢亾涓績绾�,鐭㈤噺娉ㄨ,鐭㈤噺鍥�", + layers: "椤圭洰,绔欏満,绠¢亾涓績绾�,鐭㈤噺鍥�", rotation: 0, xmin: 103.394023, ymin: 30.690466, @@ -42,7 +42,7 @@ xmax: 112.534648 }; - ajax("Export/Start", "POST", JSON.stringify(data), null, null, function (rs) { + ajax("http://192.168.20.205/ExportMap/Export/Start", "POST", JSON.stringify(data), null, null, function (rs) { alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); console.log(rs); }); @@ -58,7 +58,7 @@ scale: "1锛�20涓�", resolution: "20绫�", date: "2022.11.10", - layers: "绔欏満,绠¢亾涓績绾�,楂樺痉褰卞儚娉ㄨ,楂樺痉褰卞儚", + layers: "椤圭洰,绔欏満,绠¢亾涓績绾�,褰卞儚娉ㄨ,褰卞儚鍥�", rotation: 0, xmin: 103.394023, ymin: 30.690466, -- Gitblit v1.9.3