| | |
| | | return this.$store.state.settings.sidebarLogo |
| | | }, |
| | | variables() { |
| | | console.log(variables, 2333) |
| | | // console.log(variables, 2333) |
| | | // 先输出这个variables值 然后修改其属性值 |
| | | variables.menuActiveText = this.$store.state.settings.theme |
| | | console.log(!this.$store.state.settings.menuIsHorizontal && !this.$store.state.settings.leftBackgroundColorValue, 1) |
| | | // console.log(!this.$store.state.settings.menuIsHorizontal && !this.$store.state.settings.leftBackgroundColorValue, 1) |
| | | if ((!this.$store.state.settings.menuIsHorizontal && !this.$store.state.settings.leftBackgroundColorValue)) { |
| | | variables.menuHover = '#eee' |
| | | } |