chem_mes/jnpf-java-boot/jnpf-web/src/settings.js
2026-04-07 14:58:42 +08:00

52 lines
1.2 KiB
JavaScript

module.exports = {
title: '化工协同制造',
/**
* @type {boolean} true | false
* @description Whether show the settings right-panel
*/
showSettings: true,
/**
* @type {boolean} true | false
* @description Whether need tagsView
*/
tagsView: true,
/**
* @type {boolean} true | false
* @description Whether fix the header
*/
fixedHeader: false,
/**
* @type {boolean} true | false
* @description Whether show the logo in sidebar
*/
sidebarLogo: true,
/**
* @type {string | array} 'production' | ['production', 'development']
* @description Need show err logs component.
* The default is only used in the production env
* If you want to also use it in dev, you can pass ['production', 'development']
*/
sysConfig: {
sysVersion: '3.4.7',
copyright: 'Copyright @ 2023 引迈信息技术有限公司版权所有',
navigationIcon: '',
workLogoIcon: '',
logoIcon: '',
loginIcon: '',
sysName: '化工协同制造'
},
themeClass: 'blue',
layoutType: 'classic',
slideClass: 'dark',
tagsIcon: false,
showLanguage: true,
showSearch: true,
useCache: true,
errorLog: 'production'
}