| 
					
				 | 
			
			
				@@ -118,7 +118,7 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //   const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${urlNow}&response_type=code&scope=${scope}&state=STATE&connect_redirect=1#wechat_redirect` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //   window.location.replace(url) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    directNext() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    async directNext() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (state.user.status === 'login' || state.user.status === 'error') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const { returnUrl, isRegister, ...rest } = this.$route.query 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |