From 61d3ac2ee71bb2e3d1d472cced6522d3eb83367e Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 25 Aug 2026 10:24:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E5=90=8E=E7=AB=AF=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=B7=BB=E5=8A=A0=E6=88=90=E5=8A=9F=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/config/index.vue | 1 + 1 file changed, 1 insertion(+) 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() }) },