import { ProLayoutProps } from '@ant-design/pro-components'; /** * @name */ const Settings: ProLayoutProps & { pwa?: boolean; logo?: string; } = { navTheme: 'light', // 拂晓蓝 colorPrimary: '#2f54eb', layout: 'mix', contentWidth: 'Fluid', fixedHeader: false, fixSiderbar: true, colorWeak: false, siderWidth: 208, pwa: true, logo: '/images/logo.svg', iconfontUrl: '/css/iconfont.js', }; export default Settings;