|
export default {
|
|
theme: {
|
|
'primary-color': '#1d39c4',
|
|
},
|
|
logo: '/favicon.ico',
|
|
title: 'Jetlinks',
|
|
layout: {
|
|
title: '物联网平台',
|
|
logo: '/icons/icon-192x192.png',
|
|
siderWidth: 208,
|
|
headerHeight: 48,
|
|
collapsedWidth: 48,
|
|
mode: 'inline',
|
|
theme: 'light', // 'dark' 'light'
|
|
}
|
|
} |