mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-04-24 23:47:17 +08:00
fix: epThemeColor error
This commit is contained in:
parent
aa165ff70b
commit
2e7e2ee3ce
@ -20,7 +20,7 @@ export const injectResponsiveStorage = (app: App, config: ServerConfigs) => {
|
|||||||
theme: config.Theme ?? "default",
|
theme: config.Theme ?? "default",
|
||||||
darkMode: config.DarkMode ?? false,
|
darkMode: config.DarkMode ?? false,
|
||||||
sidebarStatus: config.SidebarStatus ?? true,
|
sidebarStatus: config.SidebarStatus ?? true,
|
||||||
epThemeColor: config.EpThemeColor ?? "409EFF"
|
epThemeColor: config.EpThemeColor ?? "#409EFF"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
configure: {
|
configure: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user