From 4b0e99956c9b87f1a6dd72795f4f6f33658fdff0 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 11 Apr 2022 14:40:12 +0800
Subject: [PATCH] 地址替换
---
public/loginMap/js/vueMain.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/loginMap/js/vueMain.js b/public/loginMap/js/vueMain.js
index 8f30fe0..eafeed7 100644
--- a/public/loginMap/js/vueMain.js
+++ b/public/loginMap/js/vueMain.js
@@ -61,7 +61,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
@@ -122,7 +122,7 @@
that.regionName = position.district || position.city
that.lat = position.lat //
- that.lng = position.lng //火星坐标 //TODO 实现业务代码逻辑
+ that.lng = position.lng //火星坐标 //TODO 实现业务代码逻辑
// 逆地址解析(经纬度到地名转换过程)
geocoder = new qq.maps.Geocoder({
@@ -174,4 +174,4 @@
},
wacth: {}
-})
\ No newline at end of file
+})
--
Gitblit v1.9.3