mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
aefa3cb302
@ -100,7 +100,7 @@ service.interceptors.response.use(response => {
|
||||
} else {
|
||||
msg = error.message
|
||||
}
|
||||
!error.config.hideMsg && (!error.config.headers['authentication-status']) && $error(msg)
|
||||
!error.config.hideMsg && (!error.response.headers['authentication-status']) && $error(msg)
|
||||
return Promise.reject(error)
|
||||
})
|
||||
export default service
|
||||
|
Loading…
Reference in New Issue
Block a user