@@ -147,7 +147,7 @@ class MainLayout extends React.PureComponent {
{this.props.children}
</Content>
<Footer className={s.footer}>
- Copyright <Icon type="copyright" /> 2019-2020 杭州微拍堂文化创意有限公司 <a href="http://www.beian.miit.gov.cn/">浙ICP备14041798号</a>
+ Copyright <Icon type="copyright" /> 2019-2020 杭州微拍堂文化创意有限公司 <a rel="noopener noreferrer" target="_blank" href="http://www.beian.miit.gov.cn/">浙ICP备14041798号</a>
</Footer>
</Layout>