zengh
2021-06-23 89daea1b369ed1fac6edca0e9a5ec32e6c7f0df4
public/xcxh5map/js/vueMain.js
@@ -17,7 +17,7 @@
    methods: {
        getDataList() {
            var that = this;
            var url = 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/listAll';
            var url = 'https://web.byisf.com/api/equipment/equipment/listAll';
            axios.get(url).then((res) => {
                that.getdata = res.data.data;
                that.beginCome();
@@ -150,4 +150,4 @@
        // this.map.invalidateSize(true);//应用地图高度
        // this.move.followFinger(this.map, 'up');
    }
})
})