修改底部文字

This commit is contained in:
闵宪瑞 2024-11-04 17:24:54 +08:00
parent 539b37c25b
commit 1a7413f2bf

View File

@ -6,7 +6,6 @@
</keep-alive>
</transition>
<div class="footers">
<el-link v-for="item in links" :key="item.key" :href="item.href" target="_blank" class="mr15 mb20">{{item.title}}</el-link>
<div class="title mb15" v-text="copyright"></div>
</div>
</section>
@ -17,27 +16,8 @@ export default {
name: 'AppMain',
data () {
return {
links: [
{
title: '官网',
key: '1',
href: 'https://www.crmeb.com',
blankTarget: true
},
{
title: '社区',
key: '2',
href: 'https://q.crmeb.net/?categoryId=122&sequence=0',
blankTarget: true
},
{
title: '文档',
key: '3',
href: 'https://help.crmeb.net/crmeb_java/1748037',
blankTarget: true
}
],
copyright: 'Copyright © 2020 西安众邦网络科技有限公司'
copyright: '水月雨 后台管理'
}
},
computed: {
@ -50,7 +30,6 @@ export default {
}
}
</script>
<style lang="scss" scoped>
.footers{
text-align: center;