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

@@ -113,7 +113,7 @@ function fnGetList() {
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;