Monica视频监控处理程序
xc
2021-04-27 4f602f9650287d7bcf9e8c28d9a0a3d4a4e5199a
src/main/resources/public/js/renderer.js
@@ -1357,6 +1357,9 @@
                this._trigger('fullscreen', value);
            }
            this._fullscreen = value;
            if(this._fullscreen==true){
                this.resize()
            }
        },
        get() {
            return this._fullscreen;