defaultSettings.js 432 Bytes
Newer Older
wuhao's avatar
wuhao committed
1
const Settings = {
wuhao's avatar
wuhao committed
2 3 4 5 6 7 8 9 10 11 12 13
  "title": "设备管理系统",
  "name": "设备管理系统",
  "navTheme": "dark",
  "primaryColor": "#1890ff",
  "layout": "side",
  "contentWidth": "Fluid",
  "fixedHeader": false,
  "fixSiderbar": false,
  "pwa": false,
  "logo": "/staticfile/group1/M00/00/00/oYYBAGNuFCqARiJKAAGIO2gWB34399.png",
  "colorPrimary": "#1890ff",
  "siderMenuType": "sub",
wuhao's avatar
wuhao committed
14
  "proxypath": "/emspro"
wuhao's avatar
wuhao committed
15 16 17
};

export default Settings;