Commit a53efa75ae1ab43bc9ea221e3529ba388ce9a1e7

Authored by fengtao
1 parent fc05d0aa

fix:修改页脚内容为公司内容

... ... @@ -3,11 +3,12 @@
3 3 <div :class="`${prefixCls}__links`">
4 4 <a @click="openWindow(SITE_URL)">{{ t('layout.footer.onlinePreview') }}</a>
5 5
6   - <GithubFilled @click="openWindow(GITHUB_URL)" :class="`${prefixCls}__github`" />
  6 + <!-- <GithubFilled @click="openWindow(GITHUB_URL)" :class="`${prefixCls}__github`" /> -->
  7 + <span style="width: 50px; height: 50px; margin-left: 65px"></span>
7 8
8 9 <a @click="openWindow(DOC_URL)">{{ t('layout.footer.onlineDocument') }}</a>
9 10 </div>
10   - <div>Copyright &copy;2020 Vben Admin</div>
  11 + <div>Copyright &copy;2018-2022 云腾五洲</div>
11 12 </Footer>
12 13 </template>
13 14
... ...
1 1 export default {
2   - footer: { onlinePreview: '在线预览', onlineDocument: '在线文档' },
  2 + footer: { onlinePreview: 'ThingsKit官网', onlineDocument: '在线文档' },
3 3 header: {
4 4 // user dropdown
5 5 dropdownItemDoc: '文档',
... ...
... ... @@ -2,7 +2,7 @@
2 2 export const GITHUB_URL = 'https://github.com/anncwb/vue-vben-admin';
3 3
4 4 // vue-vben-admin-next-doc
5   -export const DOC_URL = 'https://vvbin.cn/doc-next/';
  5 +export const DOC_URL = 'https://docs.thingskit.com';
6 6
7 7 // site url
8   -export const SITE_URL = 'https://vvbin.cn/next/';
  8 +export const SITE_URL = 'https://www.thingskit.com';
... ...