From ccd4dec6d889e7dd974be94b80ae6780b68b5b8f Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 08 May 2021 14:20:17 +0800
Subject: [PATCH] https调整

---
 public/weather/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/public/weather/index.html b/public/weather/index.html
index 39e70fd..88a4d81 100644
--- a/public/weather/index.html
+++ b/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];

--
Gitblit v1.9.3