From 8eb4ca50908ce2b6d165befbe636a38f5fb4c3be Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sun, 21 Mar 2021 22:44:45 +0100 Subject: [PATCH] =?UTF-8?q?Gitee=E4=B8=8A=E7=9A=84=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=98=BE=E7=A4=BA"=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=B3=95=E5=BE=8B=E6=94=BF=E7=AD=96,?= =?UTF-8?q?=E8=AF=A5=E5=86=85=E5=AE=B9=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA?= =?UTF-8?q?",=E9=87=8D=E6=96=B0=E6=8C=87=E5=90=91=E4=B8=BAgithub=E4=B8=8A?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Recommendation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Recommendation.vue b/src/components/Recommendation.vue index 80e393c..db85fba 100644 --- a/src/components/Recommendation.vue +++ b/src/components/Recommendation.vue @@ -236,7 +236,7 @@ export default { } }, updateEvent () { - const url = 'https://gitee.com/cuiocean/ZY-Player-Resources/raw/main/Recommendations/Recommendations.json' + const url = 'https://raw.githubusercontent.com/cuiocean/ZY-Player-Resources/main/Recommendations/Recommendations.json' this.loading = true const axios = require('axios') axios.get(url).then(res => {