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/up.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ExportMap/up.html b/ExportMap/up.html
index 5d250e5..46e8111 100644
--- a/ExportMap/up.html
+++ b/ExportMap/up.html
@@ -11,7 +11,7 @@
     var app = {};
     var path = "20230228";
     var url = "http://127.0.0.1:12316/server/";
-    var token = "35b3641c-eb90-4692-a43f-c9ceb3636de0";
+    var token = "c36e4f94-dfde-401e-9967-2c4a449f1300";
 
     $(function () {
       $("#pathSpan").html(path);
@@ -340,7 +340,8 @@
         "ns": "bs"
       }];
 
-      ajax(getUrl("dataUpload/insertFiles"), "POST", JSON.stringify(metaFiles), null, null, function (rs) {
+      //JSON.stringify(metaFiles)
+      ajax(getUrl("dataUpload/insertFiles"), "POST", JSON.stringify(app.mappers), null, null, function (rs) {
         console.log(rs);
         alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result);
       });

--
Gitblit v1.9.3