feat: 应用名和logo修改

This commit is contained in:
caiyuchao
2025-07-07 18:38:09 +08:00
parent d398f3621f
commit c6a1ee5b04
7 changed files with 7 additions and 9 deletions

View File

@@ -13,6 +13,10 @@ export const overridesPreferences = defineOverridesPreferences({
name: import.meta.env.VITE_APP_TITLE,
enableRefreshToken: true,
},
logo: {
// source: 'https://www.agrandtech.com.cn/favicon.ico',
source: '/agt.png',
},
footer: {
/** 默认关闭 footer 页脚,因为有一定遮挡 */
enable: false,