gaoluyang
2025-10-15 c2a948892eb3de9f9155b7020811d29b8262a221
src/layout/components/Sidebar/index.vue
@@ -30,7 +30,6 @@
const sideTheme = computed(() => settingsStore.sideTheme)
const theme = computed(() => settingsStore.theme)
const isCollapse = computed(() => !appStore.sidebar.opened)
console.log(44444, settingsStore.isDark, sideTheme.value)
// 获取菜单背景色
const getMenuBackground = computed(() => {