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

export default Settings;