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

24 lines
742 B
Vue

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