zengh
2022-05-16 4d20a82e941da668bf833789505d17e5290ded2d
leafletMapOur/xcxMapJQLG/js/vueMain.js
@@ -106,7 +106,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) => {