|  | @@ -75,8 +75,8 @@ export default {
 | 
	
		
			
				|  |  |            if (res.code == "200") {
 | 
	
		
			
				|  |  |              console.log("getUserInfo res", res);
 | 
	
		
			
				|  |  |              this.userInfo = res.data;
 | 
	
		
			
				|  |  | -            // this.iframeUrl =`https://veterhchat.hw.hongweisoft.com/#/pages/login/login?userID=${res.data.id}&type=teacher`
 | 
	
		
			
				|  |  | -            this.iframeUrl =`http://mobile.veterans.hongweisoft.com/chat/pages/login/login?userID=${res.data.id}&type=teacher`
 | 
	
		
			
				|  |  | +            // this.iframeUrl =`https://veterhchat.dev.dazesoft.cn/#/pages/login/login?userID=${res.data.id}&type=teacher`
 | 
	
		
			
				|  |  | +            this.iframeUrl =`http://mobile.veterans.dazesoft.cn/chat/pages/login/login?userID=${res.data.id}&type=teacher`
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |          .catch((error) => {
 |