diff --git a/config/defaultSettings.ts b/config/defaultSettings.ts index ab0ace2..7630410 100644 --- a/config/defaultSettings.ts +++ b/config/defaultSettings.ts @@ -1,3 +1,12 @@ +/* + * @version: V1.0.0 + * @Date: 2023-12-28 11:28:34 + * @LastEditors: lzq + * @LastEditTime: 2023-12-29 15:41:41 + * @company: 睿展数据 + * @FilePath: \salpa-web\config\defaultSettings.ts + * @Descripttion: + */ import { Settings as LayoutSettings } from '@ant-design/pro-layout'; const Settings: LayoutSettings & { @@ -7,7 +16,7 @@ const Settings: LayoutSettings & { } = { navTheme: 'light', headerTheme: 'light', - primaryColor: '#722ED1', + primaryColor: '#2B50C4', layout: 'top', splitMenus: true, contentWidth: 'Fluid',