Commit ef5ceb93 authored by 崔佳豪's avatar 崔佳豪

fix: 开启头部主题配置

parent ffda7fb0
Pipeline #53513 passed with stages
...@@ -189,7 +189,8 @@ export const AppInitState = () => { ...@@ -189,7 +189,8 @@ export const AppInitState = () => {
}); });
registerTheme(customPrefixCls, { registerTheme(customPrefixCls, {
'header-bg-color': 'linear-gradient(0deg, #0066d6, #39a9ff 100%)' 'header-bg-color': themeConfig.headerPrimaryColor,
// 'linear-gradient(0deg, #0066d6, #39a9ff 100%)'
}); });
}) })
.catch(error => { .catch(error => {
......
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