作者 钟来

摄像头ip可以固定

... ... @@ -29,6 +29,8 @@ public class SysConfig implements OperatingDataType{
private Boolean ifRegisterConfig = false;
private String cameraIp = null;
/**
* 摄像头密码,默认是验证码
*/
... ... @@ -40,6 +42,7 @@ public class SysConfig implements OperatingDataType{
nettyConfig = new NettyConfig();
password = "Luhui586";
return this;
}
@Override
... ...