yaowanxin
5 天以前 a8a13515268a04e05af3f36d6b40b694d34b5622
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(() => {