处理偶尔循环登录问题

This commit is contained in:
2025-08-25 15:17:03 +08:00
parent 81dc87c388
commit e4ec2f1c69
11 changed files with 246 additions and 105 deletions
+2
View File
@@ -28,6 +28,8 @@ export function getUserListByDept( deptId){
deptId
},
headers:{
'Cache-Control': 'no-cache',
'Pragma': 'no-cache',
'Authorization': localStorage.getItem('token')
}
})