refactor: add settings for GlobalFooter components

This commit is contained in:
chenghx
2018-09-03 15:26:56 +08:00
parent bf932950d6
commit 20290cec17
3 changed files with 19 additions and 6 deletions

View File

@@ -4,7 +4,13 @@ export default {
isMobile: false,
theme: 'dark',
layout: 'side',
systemName: 'Vue Antd Admin'
systemName: 'Vue Antd Admin',
copyright: '',
footerLinks: [
{link: 'https://pro.ant.design', name: 'Pro首页'},
{link: 'https://github.com/iczer/vue-antd-admin', icon: 'github'},
{link: 'https://ant.design', name: 'Ant Design'}
]
},
mutations: {
setDevice (state, isMobile) {