zengh
2022-04-11 4b0e99956c9b87f1a6dd72795f4f6f33658fdff0
public/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) => {
@@ -304,7 +304,7 @@
                var city = position.city; //城市
                var addr = position.addr; //详细地址
                that.lat = position.lat; //
                that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑
                that.lng = position.lng; //火星坐标 //TODO 实现业务代码逻辑
                if (that.LXdhStart != null) {
                    that.map.removeLayer(that.LXdhStart);
@@ -332,7 +332,7 @@
            };
            function showErr() {
                //TODO 如果出错了调用此方法
                //TODO 如果出错了调用此方法
            };
            geolocation.getLocation(showPosition, showErr, options);
@@ -345,4 +345,4 @@
        this.getLocationData();
    },
    wacth: {}
})
})