Commit 26de8f27 by chuzhixin

fix: Theme reset

parent b6145660
...@@ -12,8 +12,8 @@ const state = () => ({ ...@@ -12,8 +12,8 @@ const state = () => ({
tabsBar: theme.tabsBar || tabsBar, tabsBar: theme.tabsBar || tabsBar,
logo, logo,
collapse: false, collapse: false,
layout: theme.layout || layout, layout: theme.layout || { ...layout },
header: theme.header || header, header: theme.header || { ...header },
device: 'desktop', device: 'desktop',
themeBar, 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