From 4d20a82e941da668bf833789505d17e5290ded2d Mon Sep 17 00:00:00 2001 From: zengh <123456> Date: Mon, 16 May 2022 09:34:30 +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 43886ab..e2932ab 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://223.82.109.183:2082/" + a + "?data=" + data; + this.urls = "http://61.131.136.25:2082/" + a + "?data=" + data; // this.dataList = data; // console.log(this.urls); }, -- Gitblit v1.9.3