From 76861803e45e1e8746577f08661cccbb3cf13eb1 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 16 三月 2023 19:06:27 +0800
Subject: [PATCH] 1

---
 ExportMap/export.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ExportMap/export.html b/ExportMap/export.html
index cd6a725..f2c39a0 100644
--- a/ExportMap/export.html
+++ b/ExportMap/export.html
@@ -114,7 +114,7 @@
     // 娴嬭瘯SG
     function toSG() {
       var data = { ids: [1523, 1525] };
-      ajax("Convert/ToTileset", "POST", JSON.stringify(data), null, null, function (rs) {
+      ajax("Convert/ToSG", "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