|  | @@ -71,12 +71,12 @@ const LoginSucc: React.FC = () => {
 | 
	
		
			
				|  |  |              if (+res.code === 200) {
 | 
	
		
			
				|  |  |                  setRoleInfo(JSON.stringify(data))
 | 
	
		
			
				|  |  |                  // 自用判断
 | 
	
		
			
				|  |  | -                // if(data?.roleId === '2233790237667526660'){
 | 
	
		
			
				|  |  | -                //     console.log("swDH===>")
 | 
	
		
			
				|  |  | -                //     if(!localStorage.getItem("isSw")){
 | 
	
		
			
				|  |  | -                //          window.location.reload()
 | 
	
		
			
				|  |  | -                //     }
 | 
	
		
			
				|  |  | -                // }
 | 
	
		
			
				|  |  | +                if(data?.roleId === '2233790237667526660'){
 | 
	
		
			
				|  |  | +                    console.log("swDH===>")
 | 
	
		
			
				|  |  | +                    if(!localStorage.getItem("isSw")){
 | 
	
		
			
				|  |  | +                         window.location.reload()
 | 
	
		
			
				|  |  | +                    }
 | 
	
		
			
				|  |  | +                }
 | 
	
		
			
				|  |  |                  if (data?.dataType === 3) {
 | 
	
		
			
				|  |  |                      startTimer()
 | 
	
		
			
				|  |  |                  }
 |