|
|
@ -197,7 +197,7 @@ export function initAxiosInterceptors(props) {
|
|
|
|
|
|
|
|
|
|
|
|
if (response.data.status === 501) {
|
|
|
|
if (response.data.status === 501) {
|
|
|
|
notification.warning({
|
|
|
|
notification.warning({
|
|
|
|
description:response.data.message,
|
|
|
|
description:response.data.message || '访问异常,请求不合理',
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|