first commit

main
刘政 2 weeks ago
parent f8e3ec4db8
commit e13645639e

@ -153,7 +153,7 @@ public class HkNVR extends AbstractNVR {
if (osSelect.isWindows())
//win系统加载SDK库路径
{
strDllPath = CommonKit.class.getClassLoader().getResource("").getPath().substring(1) + "lib\\win\\HCNetSDK.dll";
strDllPath = CommonKit.class.getClassLoader().getResource("").getPath().substring(1) + "lib/win/HCNetSDK.dll";
} else if (osSelect.isLinux())
//Linux系统加载SDK库路径
{

Loading…
Cancel
Save