Files
xfc__adminfront_V2/apps/web-antd/src/preferences.ts

28 lines
774 B
TypeScript
Raw Normal View History

2026-01-30 16:03:46 +08:00
import { defineOverridesPreferences } from '@vben/preferences';
/**
* @description
* 使
* !!!
*/
export const overridesPreferences = defineOverridesPreferences({
// overrides
app: {
name: import.meta.env.VITE_APP_TITLE,
accessMode: 'backend',
},
logo: {
source: 'https://ctrlph.tianyuandb.com/logo.png',
},
copyright: {
companyName: '海南海宇大数据有限公司',
companySiteLink: 'https://www.tianyuandb.com',
date: '2025',
icp: '琼ICP备2024048057号-1',
icpLink: 'https://beian.miit.gov.cn/',
},
footer: {
enable: false,
},
});