批检仪检测流程验证成功

This commit is contained in:
ranchuan
2023-12-07 18:29:49 +08:00
parent 32129cbf9a
commit dc6487c309
15 changed files with 438 additions and 25 deletions

View File

@@ -151,7 +151,7 @@ void mycfg::to_class(mystring str)
}
else
{
QJsonObject j = doc.object();
j = doc.object();
}
tcp_enable = j.value("tcp_enable").toBool(true);
server_ip = j.value("server_ip").toString("192.168.80.80");