mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
11 lines
300 B
JavaScript
11 lines
300 B
JavaScript
// 系统配置
|
|
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'}
|
|
],
|
|
}
|