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;