浏览代码

添加备案号

JXDS18FUJT 2 年之前
父节点
当前提交
fbce878090
共有 1 个文件被更改,包括 15 次插入1 次删除
  1. 15 1
      components/Footer.vue

+ 15 - 1
components/Footer.vue

@@ -47,7 +47,21 @@
         <!-- /.container -->
       </div>
       <!-- /.site-footer__upper -->
-
+    <div class="site-footer__bottom">
+        <div class="container">
+          <div class="inner-container text-center">
+            <p>
+              &copy;
+              <a href="https://beian.miit.gov.cn/" style="color: black;"
+                >国ICP备2023001778号-1</a
+              >
+            </p>
+            <!-- /.site-footer__copy -->
+          </div>
+          <!-- /.inner-container -->
+        </div>
+        <!-- /.container -->
+      </div>
       <!-- /.site-footer__bottom -->
     </footer>