diff --git a/vue.config.js b/vue.config.js index 9532379..a1d64ca 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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 },