| 
					
				 | 
			
			
				@@ -106,7 +106,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <van-dialog v-model="agreementVisible" title="用户充值协议" confirm-button-text="我已阅读" @confirm="agreementChecked = true" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       :show-cancel-button="false"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div class="agreement-content"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <iframe v-if="agreementVisible" src="https://gbyy91.com/agreement/recharge.html" frameborder="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <iframe v-if="agreementVisible" src="https://mylive91.com/agreement/recharge.html" frameborder="0" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           class="agreement-iframe"></iframe> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </van-dialog> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -192,7 +192,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const strictCode = strictMatch ? strictMatch[1] : null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (!strictCode) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 记录当前页面URL作为重定向目标 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        const redirectUrl = `https%3A%2F%2Fgbyy91.com%2Fwechatpay` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        const redirectUrl = `https%3A%2F%2Fmylive91.com%2Fwechatpay` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 构建微信授权URL 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         const authUrl = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxa25eb9f7ebd39219&redirect_uri=${redirectUrl}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect` 
			 |