mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user