Commit 7807e836 by qinjianhui

feat: 添加备案号

parent 799391ce
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
</li> </li>
</ul> </ul>
<div class="footer-text"> <div class="footer-text">
<!-- <span class="footer-icp">{{ icp }}</span> --> <span class="footer-icp">{{ icp }}</span>
<span class="footer-copyright" <span class="footer-copyright"
>© 2015-{{ year }} {{ hostname }} All rights reserved.</span >© 2015-{{ year }} {{ hostname }} All rights reserved.</span
> >
...@@ -43,7 +43,7 @@ export default { ...@@ -43,7 +43,7 @@ export default {
{ title: '加入我们', route: '/join-us' }, { title: '加入我们', route: '/join-us' },
{ title: '联系我们', route: '/contact' }, { title: '联系我们', route: '/contact' },
], ],
icp: '粤ICP备1234567号-1', icp: '陕ICP备17016449号-2',
hostname: location.hostname, hostname: location.hostname,
year: new Date().getFullYear(), year: new Date().getFullYear(),
mp: '', mp: '',
...@@ -106,6 +106,10 @@ export default { ...@@ -106,6 +106,10 @@ export default {
color: #999; color: #999;
} }
.footer-copyright {
margin-left: 6px;
}
.footer-mp { .footer-mp {
display: flex; display: flex;
align-items: flex-start; 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