refactor:关闭 footer,因为有一定的遮挡

pull/76/MERGE
YunaiV 2025-04-19 19:37:02 +08:00
parent ce7502190c
commit 880aa37675
1 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,9 @@ export const overridesPreferences = defineOverridesPreferences({
enableRefreshToken: true,
},
footer: {
enable: true,
fixed: true,
/** 默认关闭 footer 页脚,因为有一定遮挡 */
enable: false,
fixed: false,
},
copyright: {
companyName: import.meta.env.VITE_APP_TITLE,