You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
301 B
12 lines
301 B
5 years ago
|
// 系统配置
|
||
|
module.exports = {
|
||
|
themeColor: '#1890ff',
|
||
|
animates: require('./animates'),
|
||
|
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'}
|
||
|
],
|
||
|
|
||
|
}
|