中国天气网API接口
https://blog.csdn.net/x_iya/article/details/52189750
code
// axios.get('http://wthrcdn.etouch.cn/weather_mini?city=杭州').then(res => {<br /> // this.weather = {<br /> // wendu: res.data.data.wendu + ' °C',<br /> // type: res.data.data.forecast[0].type<br /> // }<br /> // let weatherName = getWeatherName(this.weather.type)<br /> // this.weatherImg = require(`../../../assets/weather/${weatherName}.png`)<br /> // }).catch(err => console.log(err))