Ai
512 Star 6.8K Fork 2.4K

花裤衩/vue-element-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.js 805 Bytes
一键复制 编辑 原始数据 按行查看 历史
非空 提交于 2019-04-15 11:58 +08:00 . feature: change page title when route change (#1910)
module.exports = {
title: 'Vue Element Admin',
/**
* @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: false,
/**
* @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/panjiachen/vue-element-admin.git
git@gitee.com:panjiachen/vue-element-admin.git
panjiachen
vue-element-admin
vue-element-admin
master

搜索帮助