import { ProLayoutProps } from '@ant-design/pro-components'; /** * @name */ const Settings: ProLayoutProps & { pwa?: boolean; logo?: string; } = { // navTheme: 'light', // // 拂晓蓝 // colorPrimary: '#1890ff', // layout: 'mix', // contentWidth: 'Fluid', // fixedHeader: false, // fixSiderbar: false, // splitMenus: true, // colorWeak: false, // title: 'Ant Design Pro', // pwa: true, // logo: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg', // iconfontUrl: '', // token: { // // 参见ts声明,demo 见文档,通过token 修改样式 // //https://procomponents.ant.design/components/layout#%E9%80%9A%E8%BF%87-token-%E4%BF%AE%E6%94%B9%E6%A0%B7%E5%BC%8F // }, title: '中泽集团官网后台管理平台', navTheme: 'light', colorPrimary: '#00D3A1', layout: 'side', contentWidth: 'Fluid', fixedHeader: false, fixSiderbar: true, splitMenus: false, pwa: true, logo: '/login/logo.png', token: {}, siderMenuType: 'sub', }; export default Settings;