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