Commit b4a76166 authored by caimeng's avatar caimeng

修改主题

parent 9ae47dde
Pipeline #346 failed with stages
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
*/ */
const theme = { const theme = {
//布局种类 horizontal vertical gallery comprehensive common //布局种类 horizontal vertical gallery comprehensive common
layout: 'horizontal', layout: 'gallery',
//主题名称 default ocean green glory white //主题名称 default ocean green glory white
themeName: 'default', themeName: 'default',
//是否固定头部 //是否固定头部
...@@ -11,17 +11,17 @@ const theme = { ...@@ -11,17 +11,17 @@ const theme = {
//是否显示顶部进度条 //是否显示顶部进度条
showProgressBar: true, showProgressBar: true,
//是否显示多标签页 //是否显示多标签页
showTabsBar: true, showTabsBar: false,
//是否显示语言选择组件 //是否显示语言选择组件
showLanguage: true, showLanguage: false,
//是否显示刷新组件 //是否显示刷新组件
showRefresh: true, showRefresh: false,
//是否显示搜索组件 //是否显示搜索组件
showSearch: true, showSearch: false,
//是否显示主题组件 //是否显示主题组件
showTheme: true, showTheme: false,
//是否显示通知组件 //是否显示通知组件
showNotice: true, showNotice: false,
//是否显示全屏组件 //是否显示全屏组件
showFullScreen: true, showFullScreen: true,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment