diff --git a/public/react/src/AppConfig.js b/public/react/src/AppConfig.js index 683f840c8..29b857475 100644 --- a/public/react/src/AppConfig.js +++ b/public/react/src/AppConfig.js @@ -197,7 +197,7 @@ export function initAxiosInterceptors(props) { if (response.data.status === 501) { notification.warning({ - description:response.data.message, + description:response.data.message || '访问异常,请求不合理', }) }