示例代码
import { notification } from 'antd';
notification.error({
description: '您的网络发生异常,无法连接服务器',
message: '网络异常',
});
示例代码
import { notification } from 'antd';
notification.error({
description: '您的网络发生异常,无法连接服务器',
message: '网络异常',
});