forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-02-04 d25d5769416fbb2e861e8f434c5a6770ff69c482
SunshineIns/src/page/Active.jsx
@@ -1,6 +1,6 @@
/**
 * 徐祥健<xuxj@hugeinfo.com.cn>
 * 2018年7月22日 16:42
 * 刘文浩<xuxj@hugeinfo.com.cn>
 * 2019年9月27日 16:42
 *
 */
@@ -17,11 +17,6 @@
    this.state = {
      data: null
    };
  }
  componentDidMount() {
    document.title = '南检活动管理';
    // const { id } = this.props.match.params;
  }
  render() {