forked from liweijie/education
禁止修改全局布局,以及菜单栏变动
This commit is contained in:
@@ -92,9 +92,6 @@ export default {
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
theme() {
|
||||
return this.$store.state.settings.theme
|
||||
},
|
||||
routes() {
|
||||
return this.$store.getters.defaultRoutes
|
||||
}
|
||||
@@ -213,7 +210,7 @@ export default {
|
||||
activeStyle(index) {
|
||||
if (index !== this.activeIndex) return {}
|
||||
return {
|
||||
'background-color': this.theme,
|
||||
'background-color': '#00875A',
|
||||
'color': '#fff'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user