소스 검색

备案号修改

wyling 3 년 전
부모
커밋
741c45b256
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      components/Footer.vue

+ 5 - 3
components/Footer.vue

@@ -55,9 +55,11 @@
       <div class="site-footer__bottom">
         <div class="container">
           <div class="inner-container text-center">
-            <p class="site-footer__copy">
-              &copy; 备案号 :
-              <a href="http://beian.miit.gov.cn/">闽ICP备2021003467号-1</a>
+            <p>
+              &copy;
+              <a href="https://www.miit.gov.cn/" style="color: black;"
+                >闽ICP备2021003467号-1</a
+              >
             </p>
             <!-- /.site-footer__copy -->
           </div>