import { WeaAlertPage, WeaLocaleProvider, } from 'ecCom'; import { Spin } from 'antd'; const getLabel = WeaLocaleProvider.getLabel; export default class AlertPage extends React.Component { render() { const { loading } = this.props; const style = { position: 'absolute', top: '50%', left: '50%', marginLeft: -16, marginTop: -16, } if (loading) { return (