|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <GlobalFooter class="i-copyright" :links="links" :copyright="copyright" />
|
|
|
|
|
|
|
+ <!-- <GlobalFooter class="i-copyright" :links="links" :copyright="copyright" /> -->
|
|
|
</template>
|
|
</template>
|
|
|
<script>
|
|
<script>
|
|
|
import { copyright } from '@/api/account';
|
|
import { copyright } from '@/api/account';
|
|
@@ -7,31 +7,31 @@
|
|
|
name: 'i-copyright',
|
|
name: 'i-copyright',
|
|
|
data () {
|
|
data () {
|
|
|
return {
|
|
return {
|
|
|
- links: [
|
|
|
|
|
- {
|
|
|
|
|
- title: '官网',
|
|
|
|
|
- key: '官网',
|
|
|
|
|
- href: 'https://www.crmeb.com',
|
|
|
|
|
- blankTarget: true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- title: '社区',
|
|
|
|
|
- key: '社区',
|
|
|
|
|
- href: 'http://q.crmeb.com',
|
|
|
|
|
- blankTarget: true
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- title: '文档',
|
|
|
|
|
- key: '文档',
|
|
|
|
|
- href: 'http://doc.crmeb.com',
|
|
|
|
|
- blankTarget: true
|
|
|
|
|
- }
|
|
|
|
|
- ],
|
|
|
|
|
|
|
+ // links: [
|
|
|
|
|
+ // {
|
|
|
|
|
+ // title: '官网',
|
|
|
|
|
+ // key: '官网',
|
|
|
|
|
+ // href: 'https://www.crmeb.com',
|
|
|
|
|
+ // blankTarget: true
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // title: '社区',
|
|
|
|
|
+ // key: '社区',
|
|
|
|
|
+ // href: 'http://q.crmeb.com',
|
|
|
|
|
+ // blankTarget: true
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // title: '文档',
|
|
|
|
|
+ // key: '文档',
|
|
|
|
|
+ // href: 'http://doc.crmeb.com',
|
|
|
|
|
+ // blankTarget: true
|
|
|
|
|
+ // }
|
|
|
|
|
+ // ],
|
|
|
copyright: ''
|
|
copyright: ''
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
mounted () {
|
|
mounted () {
|
|
|
- this.getCopyright();
|
|
|
|
|
|
|
+ // this.getCopyright();
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
getCopyright () {
|
|
getCopyright () {
|