chore: update

This commit is contained in:
xiaoxian521
2023-05-15 19:13:27 +08:00
parent ee4fb9129e
commit 7ffd7e2d7d
6 changed files with 11 additions and 13 deletions

View File

@@ -30,7 +30,9 @@ setTimeout(() => {
}, 800);
axios
.get("https://api.github.com/repos/pure-admin/vue-pure-admin/releases")
.get(
"https://gitee.com/api/v5/repos/yiming_chang/vue-pure-admin/releases?page=1&per_page=50&direction=desc"
)
.then(res => {
list.value = res.data.map(v => {
return {