Commit 7807e836 by qinjianhui

feat: 添加备案号

parent 799391ce
......@@ -14,7 +14,7 @@
</li>
</ul>
<div class="footer-text">
<!-- <span class="footer-icp">{{ icp }}</span> -->
<span class="footer-icp">{{ icp }}</span>
<span class="footer-copyright"
>© 2015-{{ year }} {{ hostname }} All rights reserved.</span
>
......@@ -43,7 +43,7 @@ export default {
{ title: '加入我们', route: '/join-us' },
{ title: '联系我们', route: '/contact' },
],
icp: '粤ICP备1234567号-1',
icp: '陕ICP备17016449号-2',
hostname: location.hostname,
year: new Date().getFullYear(),
mp: '',
......@@ -106,6 +106,10 @@ export default {
color: #999;
}
.footer-copyright {
margin-left: 6px;
}
.footer-mp {
display: flex;
align-items: flex-start;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment