3 Star 3 Fork 0

kushu001/cdp-web-vue

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.js 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
kushu001 提交于 2021-10-24 20:09 +08:00 . 增加树表布局模板
module.exports = {
title: 'Chomolungma 开发平台',
/**
* @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']
*/
errorLog: 'production'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kushu001/cdp-web-vue.git
git@gitee.com:kushu001/cdp-web-vue.git
kushu001
cdp-web-vue
cdp-web-vue
main

搜索帮助