From 0a7dd4af6debb25138dc5483389c7a38930b6ba5 Mon Sep 17 00:00:00 2001 From: rongchao Date: Wed, 18 Sep 2019 13:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/index.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 80892d7f..26436dbd 100644 --- a/src/store/index.js +++ b/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: {