更新代码

This commit is contained in:
feiyangqingyun
2024-05-18 13:34:09 +08:00
parent 88cbdbf672
commit cd4ac31372
8 changed files with 6 additions and 50 deletions

View File

@@ -266,7 +266,7 @@ void QtHelper::initLocalIPs(QComboBox *cbox, const QString &defaultIP, bool loca
{
QStringList ips;
if (local127) {
ips << "127.0.0.1";
ips << "0.0.0.0" << "127.0.0.1";
}
//添加本地网卡地址集合