From 8f4c349c90f65685a06f398ecac1c13b086f9f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E5=BC=BA?= <2997723368@qq.com> Date: Fri, 29 Dec 2023 15:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=8D=E7=99=BB=E5=BD=95=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/defaultSettings.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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',