| public/weather/index.html | ●●●●● patch | view | raw | blame | history |
public/weather/index.html
@@ -61,7 +61,7 @@ getWeather() { var that = this; // var url = `http://wthrcdn.etouch.cn/weather_mini?city=${this.city}` var url = `https://web.byisf.com/weather/weather_mini?city=${this.city}` var url = `https://web.byisf.com/weatherGet/weather_mini?city=${this.city}` axios.get(url).then((res) => { var data = res.data.data, nowDay = data.forecast[0];