Explorar el Código

备案号新增

zhangjie hace 2 años
padre
commit
ec6dab7e97
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      src/modules/login/views/LoginHome.vue

+ 11 - 0
src/modules/login/views/LoginHome.vue

@@ -1,6 +1,17 @@
 <template>
   <div class="login-home">
     <router-view></router-view>
+
+    <div class="login-footer">
+      <p>
+        <a href="http://www.qmth.com.cn" target="_blank"
+          >Copyright © 2022 启明泰和</a
+        >
+        <a href="https://beian.miit.gov.cn/" target="_blank"
+          >鄂ICP备12000033号-15</a
+        >
+      </p>
+    </div>
   </div>
 </template>