| 
														
															@@ -3,7 +3,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @Author: wangcc 
														 | 
														
														 | 
														
															  * @Author: wangcc 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @Date: 2022-06-14 18:11:54 
														 | 
														
														 | 
														
															  * @Date: 2022-06-14 18:11:54 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @LastEditors: gcz 
														 | 
														
														 | 
														
															  * @LastEditors: gcz 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- * @LastEditTime: 2022-07-01 09:45:10 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ * @LastEditTime: 2022-07-14 17:58:27 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @FilePath: \castgroup_bigscreen\src\components\header.vue 
														 | 
														
														 | 
														
															  * @FilePath: \castgroup_bigscreen\src\components\header.vue 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.  
														 | 
														
														 | 
														
															  * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 --> 
														 | 
														
														 | 
														
															 --> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -39,6 +39,15 @@ import timeFormat from '@/utils/timeFormat' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             }, 1000); 
														 | 
														
														 | 
														
															             }, 1000); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }, 
														 | 
														
														 | 
														
															         }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         mounted(){ 
														 | 
														
														 | 
														
															         mounted(){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            window.onresize = () =>{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                let clientHeight = document.documentElement.clientHeight; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                let windowHeight = window.screen.height; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                if(clientHeight==windowHeight){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    this.isFull=true 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                }else{ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    this.isFull=false 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             window.WIDGET = { 
														 | 
														
														 | 
														
															             window.WIDGET = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             CONFIG: { 
														 | 
														
														 | 
														
															             CONFIG: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 modules: '01234', 
														 | 
														
														 | 
														
															                 modules: '01234', 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -69,6 +78,7 @@ import timeFormat from '@/utils/timeFormat' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         }, 
														 | 
														
														 | 
														
															         }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         methods: { 
														 | 
														
														 | 
														
															         methods: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             toggleFullScreen(){ 
														 | 
														
														 | 
														
															             toggleFullScreen(){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                console.log('document.documentElement.requestFullscreen',document.documentElement.requestFullscreen); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 // alternative standard method 
														 | 
														
														 | 
														
															                 // alternative standard method 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 if (!document.fullscreenElement && 
														 | 
														
														 | 
														
															                 if (!document.fullscreenElement && 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                     !document.mozFullScreenElement && !document.webkitFullscreenElement && !document.msFullscreenElement) { // current working methods 
														 | 
														
														 | 
														
															                     !document.mozFullScreenElement && !document.webkitFullscreenElement && !document.msFullscreenElement) { // current working methods 
														 |