处理偶尔循环登录问题
This commit is contained in:
@@ -28,6 +28,8 @@ export function getUserListByDept( deptId){
|
||||
deptId
|
||||
},
|
||||
headers:{
|
||||
'Cache-Control': 'no-cache',
|
||||
'Pragma': 'no-cache',
|
||||
'Authorization': localStorage.getItem('token')
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user