shish 3 years ago
parent
commit
ca2a8125df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghsApp/src/mixins/autoUpdate.js

+ 1 - 1
ghsApp/src/mixins/autoUpdate.js

@@ -39,7 +39,7 @@ export default {
                         })
                     }else{
                         let that = this
-                        that.$util.confirmModal({content:'有新版本可以更新',cancelText:'稍后'},() => {
+                        that.$util.confirmModal({content:'有新版本可以更新',singer:singer},() => {
                           this.install(version)
                         })
                     }