You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
export default {
|
|
theme: {
|
|
'primary-color': '#1d39c4',
|
|
},
|
|
logo: '/favicon.ico', // 浏览器标签页logo
|
|
title: 'Jetlinks', // 浏览器标签页title
|
|
layout: {
|
|
title: '变电站综合在线监测系统', // 平台title
|
|
logo: '/logo.png', // 平台logo
|
|
mode: 'inline',
|
|
theme: 'light', // 'dark' 'light'
|
|
}
|
|
} |