defaultSettings.js 690 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
Yu's avatar
Yu committed
9 10 11
  menu: {
    disableLocal: false,
  },
陈帅's avatar
陈帅 committed
12
  title: 'Ant Design Pro',
Yu's avatar
Yu committed
13 14 15 16 17
  pwa: true,
  // your iconfont Symbol Scrip Url
  // eg://at.alicdn.com/t/font_1039637_btcrd5co4w.js
  // 注意:如果需要图标多色,Iconfont图标项目里要进行批量去色处理
  iconfontUrl: '',
afc163's avatar
afc163 committed
18
};