zy-asrs-flow/src/components/Footer/index.jsx
@@ -5,21 +5,10 @@ const Footer = () => { return ( <DefaultFooter copyright="@2019 vincent" style={{ background: 'none', }} links={[ { key: 'Vincent Admin', title: 'Vincent Admin', }, { key: 'github', title: <GithubOutlined />, href: 'https://github.com/luxiaotao1123', blankTarget: true, }, ]} /> ); };