修改按钮主色
This commit is contained in:
parent
361b2de6f7
commit
9ebd7a24ec
|
@ -77,7 +77,7 @@ module.exports = {
|
||||||
less: {
|
less: {
|
||||||
modifyVars: {
|
modifyVars: {
|
||||||
/* less 变量覆盖,用于自定义 ant design 主题 */
|
/* less 变量覆盖,用于自定义 ant design 主题 */
|
||||||
'primary-color': '#089496',
|
'primary-color': '#1671DB',
|
||||||
'link-color': '#089496',
|
'link-color': '#089496',
|
||||||
'border-radius-base': '4px',
|
'border-radius-base': '4px',
|
||||||
},
|
},
|
||||||
|
@ -98,8 +98,8 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},*/
|
},*/
|
||||||
'/jeecg-boot': {
|
'/jeecg-boot': {
|
||||||
target: 'http://172.21.211.228:8081', //请求服务器
|
// target: 'http://172.21.211.228:8081', //请求服务器
|
||||||
// target: 'http://172.21.50.147:8081', //请求本地
|
target: 'http://pbl.natapp1.cc', //请求本地
|
||||||
ws: true,
|
ws: true,
|
||||||
changeOrigin: true
|
changeOrigin: true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user