From 354014eadd689bd46df0090ea56ca3fae0045459 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 13 四月 2023 13:55:14 +0800
Subject: [PATCH] 1

---
 ExportMap/export.html |    2 +-
 ExportMap/Web.config  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ExportMap/Web.config b/ExportMap/Web.config
index 9151ed8..d3ae3d1 100644
--- a/ExportMap/Web.config
+++ b/ExportMap/Web.config
@@ -12,9 +12,9 @@
     <!-- SG鐨凞B搴� -->
     <add key="sgDB" value="E:\soft\SGConfig\catalog.db"/>
     <!-- PG杩炴帴 -->
-    <!--<add key="pgConn" value="Server=127.0.0.1;Port=5433;Database=langfang;User Id=postgres;Password=postgres;"/>-->
+    <add key="pgConn" value="Server=127.0.0.1;Port=5433;Database=langfang;User Id=postgres;Password=postgres;"/>
     <!--<add key="pgConn" value="Server=192.168.20.205;Port=5433;Database=langfang;User Id=postgres;Password=Postgres!_14_Lf;"/>-->
-    <add key="pgConn" value="Server=103.85.165.99;Port=5433;Database=langfang;User Id=postgres;Password=Postgres!_14_Lf;"/>
+    <!--<add key="pgConn" value="Server=103.85.165.99;Port=5433;Database=langfang;User Id=postgres;Password=Postgres!_14_Lf;"/>-->
     <add key="webpages:Version" value="3.0.0.0"/>
     <add key="webpages:Enabled" value="false"/>
     <add key="ClientValidationEnabled" value="true"/>
diff --git a/ExportMap/export.html b/ExportMap/export.html
index 1ef2188..bd4ff5f 100644
--- a/ExportMap/export.html
+++ b/ExportMap/export.html
@@ -104,7 +104,7 @@
 
     // 娴嬭瘯Ifc
     function convert3() {
-      var data = { token: token, ids: [1528], depcode: "000305", dircode: "0102", userId: 1 };
+      var data = { token: token, ids: [2324], depcode: "000305", dircode: "0102", userId: 1 };
       ajax("Convert/ToTileset", "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