want to get such weather and time information
code
created () {
let obj = {
baseURL: "http://api.map.baidu.com/telematics/v3/weather",
method: "post",
data: {
location: "",
output: "json",
ak: "eklfHV01LdEBLSrwUAXZRP6Ctr94f8TO"
}
}
this.axios.post(obj).then( res => {
console.log(res)
})
TypeError: relativeURL.replace is not a function