前后端配置保存添加成功提示
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-08-25 10:24:18 +08:00
parent a4ee8757cc
commit 61d3ac2ee7
+1
View File
@@ -440,6 +440,7 @@ export default {
this.loading = true
Promise.all([this.updateSystemBasicConfig(), this.updateSystemEmailConfig(), this.updateWebConfigInfo()]).then(res => {
this.loading = false
this.message.success(this.$t('common:message:savedSuccessfully'))
// this.getInfo()
})
},