/* * @Author: your name * @Date: 2021-09-03 14:28:27 * @LastEditTime: 2021-10-12 17:31:43 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /MedicalWisdomCheckSys/config/defaultSettings.ts */ import { Settings as LayoutSettings } from '@ant-design/pro-layout'; const Settings: LayoutSettings & { pwa?: boolean; logo?: string; } = { navTheme: 'light', // 拂晓蓝 primaryColor: '#00528E', layout: 'mix', contentWidth: 'Fluid', fixedHeader: false, fixSiderbar: true, colorWeak: false, title: '医院智慧查检系统', pwa: false, logo:'', iconfontUrl: '', }; export default Settings;