Commit 26de8f27 by chuzhixin

fix: Theme reset

parent b6145660
......@@ -12,8 +12,8 @@ const state = () => ({
tabsBar: theme.tabsBar || tabsBar,
logo,
collapse: false,
layout: theme.layout || layout,
header: theme.header || header,
layout: theme.layout || { ...layout },
header: theme.header || { ...header },
device: 'desktop',
themeBar,
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment