From da08e1cc5bdd85f4a61bd4c66b835defc05562ad Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 31 May 2024 17:36:09 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=BC=80=E6=88=98=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BF=9D=E5=AD=98=E6=8F=90=E7=A4=BA=E6=88=90?= =?UTF-8?q?=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/quick-start/components/NeInfoConfigPara5G.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/quick-start/components/NeInfoConfigPara5G.vue b/src/views/system/quick-start/components/NeInfoConfigPara5G.vue index ba553a4f..d975b669 100644 --- a/src/views/system/quick-start/components/NeInfoConfigPara5G.vue +++ b/src/views/system/quick-start/components/NeInfoConfigPara5G.vue @@ -60,7 +60,7 @@ function fnSave() { }) .then(res => { if (res.code === RESULT_CODE_SUCCESS) { - message.success(t('views.ne.neConfPara5G.save')); + message.success(t('views.ne.neConfPara5G.saveOk')); state.saveFile = true; // 更新omc_ip state.omcInfo.ip = state.from.sbi.omc_ip;