管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-03-04 647a005057d2028010d74f74040188637204678e
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);
      });