zengh
2021-05-08 ccd4dec6d889e7dd974be94b80ae6780b68b5b8f
https调整
1 files modified
2 ■■■ changed files
public/weather/index.html 2 ●●● 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];