@ -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库路径