| 12345678910111213141516 |
- const proSettings = {
- // navTheme: 'dark',
- // 拂晓蓝
- navTheme: 'light',
- primaryColor: '#886ab5',
- layout: 'mix',
- contentWidth: 'Fluid',
- fixedHeader: true,
- fixSiderbar: true,
- colorWeak: false,
- title: 'CLD.V2',
- pwa: false,
- iconfontUrl: '//at.alicdn.com/t/font_2276974_9iy7wrna40d.js',
- splitMenus: true
- }
- export default proSettings
|