Ver Fonte

备案信息通过后台获取

gcz há 1 semana atrás
pai
commit
494a9dcce2
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      src/components/layout/Footer.vue

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

@@ -61,9 +61,7 @@
     <div class="footer-bottom">
       <div class="container">
         <div class="copyright-content">
-          <p class="copyright-text">
-            CopyRight © 贵州达泽科技有限公司 Guizhou Gui Daze Technology Co.,Ltd. 黔ICP备19000775号-1 贵公网安备52062102001026号
-          </p>
+          <p class="copyright-text">{{ companyInfo.filingInfo||'' }}</p>
         </div>
       </div>
     </div>