从gitee上获取推荐影视列表

This commit is contained in:
haiyangcui
2021-02-21 21:39:56 +01:00
parent a3bc8f1f31
commit 713ffa6b3e

View File

@@ -236,7 +236,7 @@ export default {
}
},
updateEvent () {
const url = 'https://raw.githubusercontent.com/cuiocean/ZY-Player-Resources/main/Recommendations/Recommendations.json'
const url = 'https://gitee.com/cuiocean/ZY-Player-Resources/raw/main/Recommendations/Recommendations.json'
this.loading = true
const axios = require('axios')
axios.get(url).then(res => {