From 9ebd7a24ec413d17794baa9843e945da516a33b4 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Fri, 18 Apr 2025 16:43:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=89=E9=92=AE=E4=B8=BB?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 },