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