|
@@ -119,6 +119,7 @@ export default {
|
|
}
|
|
}
|
|
this.collapsed = !this.sidebarOpened
|
|
this.collapsed = !this.sidebarOpened
|
|
this.$store.dispatch('ToggleMultiTab', true)
|
|
this.$store.dispatch('ToggleMultiTab', true)
|
|
|
|
+ this.$store.dispatch('ToggleColor', '#1890FF')
|
|
},
|
|
},
|
|
mounted () {
|
|
mounted () {
|
|
const userAgent = navigator.userAgent
|
|
const userAgent = navigator.userAgent
|