Browse Source

修改默认菜单栏颜色

dev
long 2 years ago
parent
commit
f08095efa2
  1. 8
      src/components/setting/SettingDrawer.vue

8
src/components/setting/SettingDrawer.vue

@ -26,7 +26,7 @@
</div>
</a-tooltip>
<a-tooltip>
<!-- <a-tooltip>
<template slot="title">
亮色菜单风格
</template>
@ -36,7 +36,7 @@
<a-icon type="check"/>
</div>
</div>
</a-tooltip>
</a-tooltip>-->
</div>
</div>
@ -201,8 +201,12 @@
if (this.multipage !== config.multipage) {
this.$store.dispatch('ToggleMultipage', this.multipage)
}
this.initData();
},
methods: {
initData(){
this.$store.dispatch('ToggleTheme', 'dark')
},
showDrawer() {
this.visible = true
},

Loading…
Cancel
Save