| 
					
				 | 
			
			
				@@ -34,7 +34,9 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return /macintosh|mac os x/i.test(navigator.userAgent); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       })(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (isMac) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        window.open('https://oss.dayaedu.com/https-ssl/安全证书.p12'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        window.open( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          `https://oss.dayaedu.com/https-ssl/安全证书.p12?v=${new Date().getTime()}` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         window.open('https://oss.dayaedu.com/https-ssl/安全证书.pfx'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -96,7 +98,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           <span 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             class={styles.red} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             style={{ 'text-decoration': 'underline' }}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            dayaedu 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            colexiu.com 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           </span> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           ,点击 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           <span>【好】</span> 
			 |