diff --git a/config/defaultSettings.ts b/config/defaultSettings.ts index 83ddb7bc..b0eb2e20 100644 --- a/config/defaultSettings.ts +++ b/config/defaultSettings.ts @@ -7,8 +7,7 @@ const Settings: ProLayoutProps & { logo?: string; } = { navTheme: 'light', - // 拂晓蓝 - colorPrimary: '#1890ff', + colorPrimary: '#1677ff', layout: 'mix', contentWidth: 'Fluid', fixedHeader: false,