1
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-08-25 10:49:18 +08:00
parent 61d3ac2ee7
commit 2de8bca535
+1 -1
View File
@@ -440,7 +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.$message.success(this.$t('common:message:savedSuccessfully'))
// this.getInfo()
})
},