import React, { Component } from 'react'; import styles from './index.less'; import Notice from '../component/notice/notice'; class index extends Component { state = { article:{ title:'【重要通知】关于CKU业务办理工作数字化升级暨宠爱王国APP全面升级改版的通知', time:'2020年7月1日', user:'犬籍部01', content:'' } } componentWillMount(){ document.title = "公告"; } render() { return (