fix: 支持kvdb依赖包安装,db_ip默认0.0.0.0

This commit is contained in:
TsMask
2024-07-09 16:11:58 +08:00
parent f0561242ca
commit a7de701d4d
7 changed files with 15 additions and 15 deletions

View File

@@ -74,7 +74,7 @@ let state: StateType = reactive({
amf_ip: '172.16.5.120',
ausf_ip: '172.16.5.130',
udm_ip: '172.16.5.140',
adb_ip: '0.0.0.0',
db_ip: '0.0.0.0',
smf_ip: '172.16.5.150',
pcf_ip: '172.16.5.160',
nssf_ip: '172.16.5.170',

View File

@@ -136,7 +136,7 @@ function fnGetData() {
break;
case 'UDM':
state.from.sbi.udm_ip = item.ip;
state.from.sbi.adb_ip = '0.0.0.0';
state.from.sbi.db_ip = '0.0.0.0';
break;
case 'SMF':
state.from.sbi.smf_ip = item.ip;