From e041045fb1e2efe47a7d20a7197e5ae7ffb2adac Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 14 Sep 2022 08:53:57 +0800
Subject: [PATCH] 服务器配置

---
 pages/map/map.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/map/map.vue b/pages/map/map.vue
index e2932ab..3eede7a 100644
--- a/pages/map/map.vue
+++ b/pages/map/map.vue
@@ -33,7 +33,7 @@
 			// console.log(options.html)
 			var a = options.html != undefined ? options.html : "xcxMapJQ/xcxmap.html";
 			// console.log(a)
-			this.urls = "http://61.131.136.25:2082/" + a + "?data=" + data;
+			this.urls = "http://106.225.193.35:83/" + a + "?data=" + data;
 			// this.dataList = data;
 			// console.log(this.urls);
 		},

--
Gitblit v1.9.3