src/pages/vindicate/views/updateSettings.vue
@@ -318,6 +318,13 @@ }); }, upgrade() { if (!this.pkgID) { this.$notify.error({ title: "失败", message: "请先上传更新包", }); return; } this.shengjiing = true; upgradePkg({ id: this.pkgID, @@ -374,7 +381,7 @@ value: item.val, }).then((res) => { if (res.code == 200) { this.$notify.success("更新成功"); this.$notify.success("配置成功"); } }); },