小调整

pull/303/head
王良 2024-04-23 12:49:31 +08:00
parent 6099a8d4b2
commit 9d445e31fd
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ export default {
goDonate () {
this.$message.info('感谢支持')
},
doCheckUpdate (fromUser = true) {
doCheckUpdate (fromUser) {
this.$api.update.checkForUpdate(fromUser)
},
async openExternal (url) {