获取定位ip地址

get_dw() {

let _this = this;

uni.request({

url: 'http://api.map.baidu.com/location/ip?ak=gdtN2tdbKu9hV7WWP1YScawlwoi2TjVo&coor=bd09ll',

data: {

},

header: {

},

success: (res) => {

let city = res.data.content.address_detail.city;

_this.city = city || '获取中...';

_this.$store.commit('City', _this.city);

},

fail() {

_this.city = '全国';

_this.$store.commit('City', _this.city);

}

});

}
Logo

北京人形旗下天工造物具身智能开源社区,聚焦具身天工与慧思开物两大平台

更多推荐