mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	fix: 🐞 update axios interceptors response
This commit is contained in:
		@@ -174,6 +174,7 @@ service.interceptors.response.use(
 | 
			
		||||
      if (msg === '无效的刷新令牌') {
 | 
			
		||||
        // hard coding:忽略这个提示,直接登出
 | 
			
		||||
        console.log(msg)
 | 
			
		||||
        return handleAuthorized()
 | 
			
		||||
      } else {
 | 
			
		||||
        ElNotification.error({ title: msg })
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user