|  | @@ -79,7 +79,7 @@ export function validOaUrl() {
 | 
	
		
			
				|  |  |    } else if (/dev/.test(url)) { // dev 环境
 | 
	
		
			
				|  |  |      returnUrl = 'http://oadev.dayaedu.com'
 | 
	
		
			
				|  |  |    } else if (/test/.test(url)) { // dev 环境
 | 
	
		
			
				|  |  | -    returnUrl = 'http://oatest.dayaedu.com'
 | 
	
		
			
				|  |  | +    returnUrl = 'https://oatest.dayaedu.com'
 | 
	
		
			
				|  |  |    } else { // 默认dev环境
 | 
	
		
			
				|  |  |      returnUrl = 'http://oadev.dayaedu.com'
 | 
	
		
			
				|  |  |    }
 |