UNPKG

generator-hcy-system

Version:

hcy system layout and pages

34 lines (32 loc) 737 B
import { Settings as LayoutSettings } from '@ant-design/pro-components'; import logo from '../public/master/layout/logo.png'; /** * @name */ const Settings: LayoutSettings & { pwa?: boolean; logo?: string; menu?: { locale?: boolean; disableLocal?: boolean; }; } = { // navTheme: 'realDark', // colorWeak: true, // colorPrimary: '#fff', layout: 'mix', // navTheme: 'realDark', logo: logo, contentWidth: 'Fluid', // 是否多页签: // splitMenus: true, // fixedHeader: false, // fixSiderbar: true, pwa: true, // menu: { // locale: false, // }, // title: '电力保障监测SaaS系统', // iconfontUrl: 'http://43.135.68.197:8700/upload/js/iconfont.js', }; export default Settings;