Skip to content

Commit bf2a43e

Browse files
committed
chore: 更新错误编码
1 parent 5d41776 commit bf2a43e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/BootstrapBlazor.HikVision/wwwroot

src/components/BootstrapBlazor.HikVision/wwwroot/hikvision.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ export async function setVolume(id, value) {
403403
await WebVideoCtrl.I_SetVolume(Math.min(100, Math.max(0, v)));
404404
}
405405
catch (ex) {
406-
code = 101;
406+
code = 102;
407407
console.log(ex);
408408
}
409409
return code;

0 commit comments

Comments
 (0)