[修改]修改部分组件名称

This commit is contained in:
zer0Black
2021-03-11 10:14:37 +08:00
parent 35eb1449d4
commit 2abbbef916
63 changed files with 92 additions and 95 deletions
@@ -1,17 +1,14 @@
<template>
<div class="footer">
<div class="links">
<a href="http://www.jeecg.com" target="_blank">JEECG 首页</a>
<a href="https://github.com/zhangdaiscott/jeecg-boot" target="_blank">
<a-icon type="github"/>
</a>
<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>JEECG开源社区 出品</span>
2019 <span>hzwl&syxy</span>
</div>
</div>
</template>
@@ -17,7 +17,7 @@
:type="collapsed ? 'menu-unfold' : 'menu-fold'"
@click="toggle"/>
<span v-if="device === 'desktop'">欢迎进入 Jeecg-Boot 企业级快速开发平台</span>
<span v-if="device === 'desktop'">欢迎进入 Jero-Boot 平台</span>
<span v-else>Jeecg-Boot</span>
<user-menu :theme="theme"/>