feat: 首页菜单、右上角和默认主题调整
This commit is contained in:
@@ -12,11 +12,16 @@ export const overridesPreferences = defineOverridesPreferences({
|
||||
accessMode: 'backend',
|
||||
name: import.meta.env.VITE_APP_TITLE,
|
||||
enableRefreshToken: true,
|
||||
defaultHomePath: '/dashboard',
|
||||
},
|
||||
logo: {
|
||||
// source: 'https://www.agrandtech.com.cn/favicon.ico',
|
||||
source: '/agt.png',
|
||||
},
|
||||
theme: {
|
||||
/** 默认主题 */
|
||||
mode: 'light',
|
||||
},
|
||||
footer: {
|
||||
/** 默认关闭 footer 页脚,因为有一定遮挡 */
|
||||
enable: false,
|
||||
|
||||
Reference in New Issue
Block a user