adjust if condition
This commit is contained in:
parent
712e0eb9b9
commit
0be634ed96
1 changed files with 2 additions and 3 deletions
|
|
@ -91,14 +91,13 @@ export default {
|
|||
}
|
||||
|
||||
if (error.response.status != "404") {
|
||||
//router.navigateError(); TO DO -SA
|
||||
}
|
||||
|
||||
|
||||
global.$logger.logError(
|
||||
`${method}: ${endpoint}: ${error.message}`,
|
||||
error.response
|
||||
);
|
||||
|
||||
}
|
||||
return reject(error.response);
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue