Commit 14c0b51c by Tianqing Liu

feat: 调整水印透明度

1 parent 3c540f73
...@@ -25,6 +25,7 @@ export default { ...@@ -25,6 +25,7 @@ export default {
type: Boolean, type: Boolean,
default: true, default: true,
}, },
// 是否是小程序
isXCXPage: { isXCXPage: {
type: Boolean, type: Boolean,
default: false, default: false,
...@@ -82,7 +83,9 @@ export default { ...@@ -82,7 +83,9 @@ export default {
controlAutoHide: true, controlAutoHide: true,
supportDblclickFullscreen: false, supportDblclickFullscreen: false,
showBandwidth: true, // 显示网速 showBandwidth: true, // 显示网速
// angle fontSize fontFamily
fullscreenWatermarkConfig: { fullscreenWatermarkConfig: {
opacity: 0.3,
text: this.watermarkText || '', text: this.watermarkText || '',
}, },
operateBtns: { operateBtns: {
...@@ -109,7 +112,7 @@ export default { ...@@ -109,7 +112,7 @@ export default {
// ptzApertureShow: true, // 光圈 // ptzApertureShow: true, // 光圈
ptzFocusShow: true, ptzFocusShow: true,
}); });
console.log('init-options', options); console.log('init-options', options);
this._jessibuca = new window.JessibucaPro(options); this._jessibuca = new window.JessibucaPro(options);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!