Browse Source

备案号可以跳转

gcz 2 tháng trước cách đây
mục cha
commit
01fd4b7835
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>