diff --git a/src/views/system/config/index.vue b/src/views/system/config/index.vue index 7fd36966..50d0f3ca 100644 --- a/src/views/system/config/index.vue +++ b/src/views/system/config/index.vue @@ -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() }) },