Browse Source

修改菜单默认样式

master
管理员 6 years ago
parent
commit
0a7dd4af6d
  1. 14
      src/store/index.js

14
src/store/index.js

@ -11,7 +11,7 @@ export default new Vuex.Store({
// 导航条, 布局风格, defalut(白色) / colorful(鲜艳)
navbarLayoutType: 'colorful',
// 侧边栏, 布局皮肤, default(白色) / dark(黑色)
sidebarLayoutSkin: 'dark',
sidebarLayoutSkin: 'default',
// 侧边栏, 折叠状态
sidebarFold: false,
// 侧边栏, 菜单
@ -20,13 +20,11 @@ export default new Vuex.Store({
// 内容, 是否需要刷新
contentIsNeedRefresh: false,
// 内容, 标签页(默认添加首页)
contentTabs: [
{
...window.SITE_CONFIG['contentTabDefault'],
'name': 'home',
'title': 'home'
}
],
contentTabs: [{
...window.SITE_CONFIG['contentTabDefault'],
'name': 'home',
'title': 'home'
}],
contentTabsActiveName: 'home'
},
modules: {

Loading…
Cancel
Save