Commit 3a46f8dd authored by TZW's avatar TZW

11

parent 27c3ebea
const Settings = { const Settings = {
"title": "设备管理系统", title: '设备管理系统',
"name": "设备管理系统", name: '设备管理系统',
"navTheme": "dark", navTheme: 'dark',
"primaryColor": "#1890ff", primaryColor: '#1890ff',
"layout": "side", layout: 'side',
"contentWidth": "Fluid", contentWidth: 'Fluid',
"fixedHeader": false, fixedHeader: false,
"fixSiderbar": false, fixSiderbar: false,
"pwa": false, pwa: false,
"logo": "/staticfile/group1/M00/00/00/oYYBAGNuFCqARiJKAAGIO2gWB34399.png", // "logo": "/staticfile/group1/M00/00/00/oYYBAGNuFCqARiJKAAGIO2gWB34399.png",
"colorPrimary": "#1890ff", logo: './LOGO.png',
"siderMenuType": "sub", colorPrimary: '#1890ff',
"proxypath": "/emspro" siderMenuType: 'sub',
proxypath: '/emspro',
}; };
export default Settings; export default Settings;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment