1.8 版本

This commit is contained in:
zhengjie
2019-05-11 13:46:15 +08:00
parent 9ea77930ef
commit dab2fc076d
23 changed files with 738 additions and 143 deletions

View File

@@ -22,5 +22,20 @@ export default {
/**
* @description 请求超时时间毫秒默认2分钟
*/
timeout: 1200000
timeout: 1200000,
/**
* @description 是否显示 tagsView
*/
tagsView: true,
/**
* @description 固定头部
*/
fixedHeader: false,
/**
* @description 是否显示logo
*/
sidebarLogo: true
}