Commit 3cc42ca3 authored by xinzhedeai's avatar xinzhedeai

视频全屏显示问题吃了

parent 53a83050
...@@ -81,8 +81,10 @@ var gemhoUtil = { ...@@ -81,8 +81,10 @@ var gemhoUtil = {
}, },
mounted() { mounted() {
window.onresize = () => { window.onresize = () => {
if(location.pathname.indexOf('video-monitor') === -1){
location.reload() location.reload()
} }
}
this.bigScreenDetailMenu = window.location.pathname this.bigScreenDetailMenu = window.location.pathname
localStorage.setItem('bigScreenDetailMenu', this.bigScreenDetailMenu) localStorage.setItem('bigScreenDetailMenu', this.bigScreenDetailMenu)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment