Files
shgx_tz_mes_backend_sync/ZR.Vue/src/settings.js

40 lines
744 B
JavaScript
Raw Normal View History

2021-08-23 16:57:25 +08:00
module.exports = {
title: 'ZrAdmin.NET',
2021-10-09 15:14:34 +08:00
/**
* 主题颜色
*/
theme: '#409EFF',
2021-09-29 15:57:56 +08:00
/**
* 侧边栏主题 深色主题theme-dark浅色主题theme-light
*/
2021-10-09 10:19:20 +08:00
sideTheme: 'theme-light',
2021-08-23 16:57:25 +08:00
/**
2021-09-29 15:57:56 +08:00
* 显示是否系统布局配置
2021-08-23 16:57:25 +08:00
*/
showSettings: false,
/**
* 是否显示 tagsView
*/
tagsView: true,
/**
* 是否固定头部
*/
2021-09-26 15:04:59 +08:00
fixedHeader: true,
2021-08-23 16:57:25 +08:00
/**
* 是否显示logo
*/
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']
*/
errorLog: 'production'
}