diff --git a/config/config.js b/config/config.js index 2604cc2b198020987e27d9ca07d7ddcdba397d3e..0904a8f5c4e289a7ee06df35565b21bb224f0504 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, },