修改按钮主色

This commit is contained in:
wangchengming 2025-04-18 16:43:23 +08:00
parent 361b2de6f7
commit 9ebd7a24ec

View File

@ -77,7 +77,7 @@ module.exports = {
less: {
modifyVars: {
/* less 变量覆盖,用于自定义 ant design 主题 */
'primary-color': '#089496',
'primary-color': '#1671DB',
'link-color': '#089496',
'border-radius-base': '4px',
},
@ -98,8 +98,8 @@ module.exports = {
}
},*/
'/jeecg-boot': {
target: 'http://172.21.211.228:8081', //请求服务器
// target: 'http://172.21.50.147:8081', //请求本地
// target: 'http://172.21.211.228:8081', //请求服务器
target: 'http://pbl.natapp1.cc', //请求本地
ws: true,
changeOrigin: true
},