Files
intc-website/src/components/Footer.vue
2026-01-12 08:28:20 +08:00

24 lines
786 B
Vue

<template>
<footer class="zui-footer">
<div class="footer-content">
<div class="footer-qrcode">
<img src="../assets/img/qrcode.png" width="270" height="155" alt="客服二维码">
</div>
<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" alt="公安图标">&nbsp;<a href="https://beian.mps.gov.cn/#/query/webSearch?code=37021202001661" rel="noreferrer" target="_blank">鲁公网安备37021202001661</a>
</div>
</div>
<p class="copy-right">
Copyright 2026 智聪网络科技 .All rights reserved
<br>
</p>
</footer>
</template>
<script>
import './less/footer.less'
export default {}
</script>