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.

14 lines
321 B
TypeScript

9 months ago
export default {
theme: {
'primary-color': '#1677FF',
},
logo: '/favicon.ico', // 浏览器标签页logo
title: 'Jetlinks', // 浏览器标签页title
layout: {
title: '物联网平台', // 平台title
logo: '/logo.png', // 平台logo
mode: 'inline',
theme: 'light', // 'dark' 'light'
}
}