feat: 快速开站SMSC的IP赋值

This commit is contained in:
TsMask
2024-10-18 20:16:06 +08:00
parent 0ff5bd5e20
commit 46578ce97b

View File

@@ -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;
}
}
}