From 8cb7a5d84a6c45807884401f27549246e30ac910 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 25 十月 2023 09:56:10 +0800
Subject: [PATCH] 修改测试路径

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

diff --git a/ExportMap/export.html b/ExportMap/export.html
index 7e3ea04..5cd134c 100644
--- a/ExportMap/export.html
+++ b/ExportMap/export.html
@@ -176,7 +176,7 @@
 
     // 鐢熸垚Mpt
     function createMpt() {
-      ajax("TB/CreateMpt" + "?token=" + token + "&path=" + encodeURIComponent("D:\\LF\\data\\ANTU\\娴嬬粯锛圗SV锛�"), "GET", null, null, null, function (rs) {
+      ajax("TB/CreateMpt" + "?token=" + token + "&path=" + encodeURIComponent("D:\\LF\\data\\ANTU\\"), "GET", null, null, null, function (rs) {
         alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result);
         console.log(rs);
       });

--
Gitblit v1.9.3