Monica视频监控处理程序
xc
2021-04-23 b01721ab8a824f4a144ce55a8de6767bbe3f5d0a
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;