dev_cxt
杨树明 5 years ago
parent ac52ea4e47
commit caf8a33adb

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

Loading…
Cancel
Save