소스 검색

备案号可以跳转

gcz 2 달 전
부모
커밋
01fd4b7835
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/layout/Footer.vue

+ 1 - 1
src/components/layout/Footer.vue

@@ -61,7 +61,7 @@
     <div class="footer-bottom">
       <div class="container">
         <div class="copyright-content">
-          <p class="copyright-text">{{ companyInfo.filingInfo||'' }}</p>
+          <p class="copyright-text"><a href="https://beian.miit.gov.cn/" target="_blank">{{ companyInfo.filingInfo||'' }}</a></p>
         </div>
       </div>
     </div>