浏览代码

备案信息通过后台获取

gcz 1 周之前
父节点
当前提交
494a9dcce2
共有 1 个文件被更改,包括 1 次插入3 次删除
  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>