Commit d521f6ee by “liusq”

修改实时更新远程配置新增日志01

parent 2bcbe1f9
......@@ -626,6 +626,9 @@ void MainWindow::startCamera(const QString &httpurl){
}else if(!config.nvrConfig.isOn){
nvr_status = false;
}
else if(config.nvrConfig.isOn && getDeviceStatus(hk_Device)){
nvr_status = true;
}
instace.deleteObj(res_config);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment