|
@@ -197,7 +197,7 @@ export default {
|
|
|
}
|
|
|
this.collapsed = !this.sidebarOpened
|
|
|
this.$store.dispatch('ToggleMultiTab', true)
|
|
|
- // this.$store.dispatch('ToggleColor', '#2A86F4')
|
|
|
+ this.$store.dispatch('ToggleColor', '#2A86F4')
|
|
|
this.$store.dispatch('ToggleTheme', 'dark')
|
|
|
// 判断是否是当月25日后
|
|
|
this.$store.state.app.isLastDayForMonth = moment().date() >= 25
|