Browse Source

Merge remote-tracking branch 'origin/dev' into dev

dev
0.0 2 years ago
parent
commit
8ff2b60dc7
  1. 8
      src/components/setting/SettingDrawer.vue

8
src/components/setting/SettingDrawer.vue

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

Loading…
Cancel
Save