index.vue 628 B

12345678910111213141516171819
  1. <template>
  2. <div class="footerView" class="ng-scope">
  3. <div class="footer ng-scope" style="z-index: 10">
  4. <div class="footer-bd">
  5. <p>技术支持:三明市建设人才服务中心</p>
  6. <p><a href="http://beian.miit.gov.cn/" target="_blank">闽ICP备08103886号-2</a>
  7. <img class="beian" src="./assets/images/beian_hashc9b229c96d.png" alt="">
  8. <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=35010202001216" target="_blank">
  9. 备案编号:闽ICP备19021760号</a></p>
  10. </div>
  11. </div>
  12. </div>
  13. </template>
  14. <script>
  15. </script>
  16. <style>
  17. </style>