Browse Source

底部公司项目信息更新

Weinan Liu 5 years ago
parent
commit
ee9cd5e98c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layouts/mainLayout/index.js

+ 1 - 1
src/layouts/mainLayout/index.js

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