Skip to content

Commit f7ccd6f

Browse files
committed
feat: 增加 szBasePath 参数
1 parent d95b245 commit f7ccd6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/components/BootstrapBlazor.HikVision/wwwroot

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export async function init(id) {
2929
const initWindow = id => {
3030
const result = { inited: null, iWndIndex: -1 };
3131
WebVideoCtrl.I_InitPlugin({
32+
szBasePath: './_content/BootstrapBlazor.HikVision',
3233
bWndFull: true,
3334
iWndowType: 1,
3435
cbSelWnd: function (xmlDoc) {

0 commit comments

Comments
 (0)