禁止修改全局布局,以及菜单栏变动

This commit is contained in:
2026-08-23 16:08:48 +08:00
parent 4efb84e5d2
commit 657774e1b1
20 changed files with 34 additions and 1289 deletions
@@ -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'
}
},