diff --git a/public/react/src/AppConfig.js b/public/react/src/AppConfig.js index 8f93f780b..2100ebe8d 100644 --- a/public/react/src/AppConfig.js +++ b/public/react/src/AppConfig.js @@ -102,6 +102,7 @@ export function initAxiosInterceptors(props) { if(response===undefined){ return } + const config = response.config if (response.data.status === -1) { // console.error('error:', response.data.message) // throw new Error()