合并分支 'ProjectThird' 到 'master'

【fix】去除通用页脚和页眉

查看合并请求 JeroBoot/jero-boot!11
This commit is contained in:
李雪涛
2022-05-12 17:22:26 +08:00
@@ -1,14 +1,16 @@
<template>
<div class="footer">
<div class="links">
<!--
<a href="http://www.hzwlsoft.com" target="_blank">JERO 首页</a>
<a href="https://ant.design/">Ant Design</a>
<a href="https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/">Vue Antd</a>
-->
</div>
<div class="copyright">
Copyright
<a-icon type="copyright"/>
2019 <span>hzwl&syxy</span>
2022 <span></span>
</div>
</div>
</template>