defaultSettings.js 766 Bytes
Newer Older
1
module.exports = {
afc163's avatar
afc163 committed
2 3 4 5 6 7 8
  navTheme: 'dark', // theme for nav menu
  primaryColor: '#1890FF', // primary color of ant design
  layout: 'sidemenu', // nav menu position: sidemenu or topmenu
  contentWidth: 'Fluid', // layout of content: Fluid or Fixed, only works when layout is topmenu
  fixedHeader: false, // sticky header
  autoHideHeader: false, // auto hide header
  fixSiderbar: false, // sticky siderbar
9 10 11
  menu: {
    disableLocal: false,
  },
陈帅's avatar
陈帅 committed
12
  title: 'Ant Design Pro',
陈帅's avatar
陈帅 committed
13
  pwa: true,
偏右's avatar
偏右 committed
14
  // Your custom iconfont Symbol script Url
15
  // eg://at.alicdn.com/t/font_1039637_btcrd5co4w.js
偏右's avatar
偏右 committed
16 17
  // 注意:如果需要图标多色,Iconfont 图标项目里要进行批量去色处理
  // Usage: https://github.com/ant-design/ant-design-pro/pull/3517
18
  iconfontUrl: '',
afc163's avatar
afc163 committed
19
};