版本更新跳转

This commit is contained in:
2020-08-25 12:06:37 +08:00
parent 3d4ee2bd4c
commit 1aee3f3320
3 changed files with 12 additions and 3 deletions

View File

@@ -49,7 +49,8 @@ export default {
},
updateVersion() {
this.$u.route('/pageE/setting/updateVersion', {
status: this.status
status: this.status,
type: 'manual',
});
}
}