Skip to content

Commit 4a6069c

Browse files
committed
test
1 parent cd91bff commit 4a6069c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/page/setting.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,7 @@ export default Vue.extend({
118118
})
119119
},
120120
checkUpdate () {
121-
fly.get('https://api.github.com/repos/Hunlongyu/ZY-Player/releases/latest').then(res => {
122-
// console.log(res)
123-
}).catch(err => {
124-
// console.log(err)
125-
})
121+
// fly.get('https://api.github.com/repos/Hunlongyu/ZY-Player/releases/latest').then(res => {}).catch(err => {})
126122
}
127123
},
128124
created () {

0 commit comments

Comments
 (0)