feat:动态路由样式调整
This commit is contained in:
@@ -52,7 +52,7 @@ export default defineComponent({
|
||||
})
|
||||
|
||||
watch(() => state.sidebarLogo, (value) => {
|
||||
store.dispatch('settings/changeSetting', { key: 'showSidebarLogo', value })
|
||||
store.dispatch('settings/changeSetting', { key: 'sidebarLogo', value })
|
||||
})
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user