智慧农业大数据平台
guanqp
2022-07-19 2d4afa25d167bc158b6ca4fb3a5d09dec1f0ec6e
src/api/mobile/ip/index.js
@@ -12,7 +12,7 @@
        // url: 'https://apis.map.qq.com/ws/location/v1/ip',
        // let url = `https://apis.map.qq.com/ws/location/v1/ip?ip=${data.ip}&key=${data.key}`;
        url: `http://192.168.31.179:9898/ws/location/v1/ip?ip=${params.ip}&key=${params.key}`,
        method: 'get',
        method: 'get'
        // params: params
    })
}