diff --git a/config/config.js b/config/config.js index 2604cc2b..0904a8f5 100644 --- a/config/config.js +++ b/config/config.js @@ -31,7 +31,8 @@ export default { ], // 路由配置 routes: pageRoutes, - // theme for antd + // Theme for antd + // https://ant.design/docs/react/customize-theme-cn theme: { 'primary-color': defaultSetting.primaryColor, },