Files
intc-website/src/components/Footer.vue

21 lines
771 B
Vue

<template>
<footer class="zui-footer">
<div class="links">
<a href="https://beian.miit.gov.cn/" target="_blank"> 鲁ICP备2024118666号-1</a>
<img src ="./img/gongan.png" width="18" height="20">&nbsp;<a href="https://beian.mps.gov.cn/#/query/webSearch?code=37021202001661" rel="noreferrer" target="_blank">鲁公网安备37021202001661</a>
</div>
<p class="copy-right">
<a class="copy-right" href="http://152.136.151.187:8080/admin/" target="_blank">Copyright</a> 2024 青岛智聪科技股份有限公司<a class="copy-right" href="http://152.136.151.187:82/#/" target="_blank">&nbsp;.All rights reserved</a>
<br>
</p>
</footer>
</template>
<script>
import './less/footer.less'
export default {}
</script>