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

32 lines
577 B
JavaScript
Raw Normal View History

2021-08-23 16:57:25 +08:00
module.exports = {
title: 'ZrAdmin.NET',
/**
* 是否系统布局配置
*/
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'
}