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