| 
					
				 | 
			
			
				@@ -33,7 +33,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let urlAndroid = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (location.origin.indexOf('online.lexiaoya.cn') > -1) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (state.type === 'student') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          urlIos = '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          urlIos = 'https://apps.apple.com/cn/app/%E7%AE%A1%E4%B9%90%E5%9B%A2/id1671474346?uo=4 ' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           urlAndroid = 'https://appstore.ks3-cn-beijing.ksyuncs.com/gyt-student.apk' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else if (state.type === 'teacher') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           urlIos = 
			 |