From 2de8bca5354f973cbdff8e9207d4e56517a9c8ac Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 25 Aug 2026 10:49:18 +0800 Subject: [PATCH] 1 --- src/views/system/config/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }) },