feat: 首页菜单、右上角和默认主题调整

This commit is contained in:
caiyuchao
2025-07-08 10:39:09 +08:00
parent c6a1ee5b04
commit 5e09229143
6 changed files with 480 additions and 60 deletions

View File

@@ -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,