import React, { PureComponent } from 'react'; import { Alert } from 'antd'; import style from "styled-components"; import plice from "../assets/images/plice.png"; export default class NoAuthority extends PureComponent { constructor(props, context) { super(props, context); this.state = { }; } componentDidMount() { } componentWillUnmount() { } render() { return (

可能原因:

{/* (
  • 企业所在省份的保安服务监管信息系统(公安端)暂未开启服务;
  • 保安服务监管信息系统(公安端)正在省级维护;
  • 网络超时,请刷新重试
))()} type="warning" showIcon /> */}
); } } const Noauthority = style.div` width: 100%; height: calc(100vh - 72px); box-sizing: border-box; display: flex; flex-direction: column; // align-items: center; // justify-content: space-between; justify-content: center; padding: 10px 20px; `;