From 63832fc21c76efacc3ff72a125e10739ec43efac Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Mon, 25 Nov 2024 20:58:52 +0800 Subject: [PATCH] =?UTF-8?q?flx:=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/configManage/configurationProject.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/projectFront/configManage/configurationProject.vue b/src/views/projectFront/configManage/configurationProject.vue index ed584ed2..ca9c7b93 100644 --- a/src/views/projectFront/configManage/configurationProject.vue +++ b/src/views/projectFront/configManage/configurationProject.vue @@ -1213,7 +1213,7 @@ export default { if (res.code == 200) { this.$message({ type: 'success', - message: this.$t('message.common.operationSuccess') + message: '保存成功!' }); this.cardForm.whichType = -1; this.getHomeNameConfigList(); @@ -1251,7 +1251,7 @@ export default { if (res.code == 200) { this.$message({ type: 'success', - message: this.$t('message.common.operationSuccess') + message: '保存成功!' }); this.getCarouselConfigList(); }