From 4d20a82e941da668bf833789505d17e5290ded2d Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 May 2022 09:34:30 +0800
Subject: [PATCH] 地址修改

---
 leafletMapOur/xcxMapJQ/js/vueMain.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/leafletMapOur/xcxMapJQ/js/vueMain.js b/leafletMapOur/xcxMapJQ/js/vueMain.js
index f176b0a..4ce9713 100644
--- a/leafletMapOur/xcxMapJQ/js/vueMain.js
+++ b/leafletMapOur/xcxMapJQ/js/vueMain.js
@@ -60,7 +60,7 @@
         beginMap(map, data) {
             var that = this,
                 center = [data[0].wd, data[0].jd],
-                url = `http://223.82.109.183:2082/api/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
+                url = `http://61.131.136.25:2082/api/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
             // url = `http://localhost:89/alarm/alarm/APP-getAlarm?id=${data[0].id}`;
             this.nowPosition = center;
             axios.post(url).then((res) => {

--
Gitblit v1.9.3