| 
					
				 | 
			
			
				@@ -135,25 +135,27 @@ service.interceptors.response.use(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     else if (message.includes("Request failed with status code")) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      console.log('message',message); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if(message.substr(message.length - 3) == 401){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        removeToken(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        MessageBox.confirm('登录状态已过期,请重新登录', '系统提示', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            confirmButtonText: '确定', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            showCancelButton:false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            closeOnClickModal:false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            cancelButtonText: '取消', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            type: 'warning' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        ).then(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if(getToken()){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           removeToken(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          if(localStorage.getItem('entranceJumpType') == 'PC'){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            window.location.href = process.env.VUE_APP_OUT_URL_PC; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          }else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            window.location.href = process.env.VUE_APP_OUT_URL; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        }).catch(() => {}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          MessageBox.confirm('登录状态已过期,请重新登录', '系统提示', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              confirmButtonText: '确定', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              showCancelButton:false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              closeOnClickModal:false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              cancelButtonText: '取消', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              type: 'warning' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          ).then(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if(localStorage.getItem('entranceJumpType') == 'PC'){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              window.location.href = process.env.VUE_APP_OUT_URL; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            }else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              router.replace({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                path: '/' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          }).catch(() => {}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         messageData = Message({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           message: message, 
			 |