Browse Source

添加备案号

JXDS18FUJT 2 years ago
parent
commit
fbce878090
1 changed files with 15 additions and 1 deletions
  1. 15 1
      components/Footer.vue

+ 15 - 1
components/Footer.vue

@@ -47,7 +47,21 @@
         <!-- /.container -->
         <!-- /.container -->
       </div>
       </div>
       <!-- /.site-footer__upper -->
       <!-- /.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 -->
       <!-- /.site-footer__bottom -->
     </footer>
     </footer>