From 46578ce97b7dabd7394a4efe6ed4a53b84e6405b Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 18 Oct 2024 20:16:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BF=AB=E9=80=9F=E5=BC=80=E7=AB=99SMS?= =?UTF-8?q?C=E7=9A=84IP=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/quick-start/components/NeInfoConfigPara5G.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/system/quick-start/components/NeInfoConfigPara5G.vue b/src/views/system/quick-start/components/NeInfoConfigPara5G.vue index 99364ae3..870475ff 100644 --- a/src/views/system/quick-start/components/NeInfoConfigPara5G.vue +++ b/src/views/system/quick-start/components/NeInfoConfigPara5G.vue @@ -147,6 +147,9 @@ function fnGetList() { case 'N3IWF': state.from.sbi.n3iwf_ip = item.ip; break; + case 'SMSC': + state.from.sbi.smsc_ip = item.ip; + break; } } }