From 07c538a1b296a8a445513f37f2db137b702e06ba Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 2 Mar 2022 15:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E9=86=92=EF=BC=8C?= =?UTF-8?q?=E5=87=8F=E5=B0=91=E8=B5=B0=E5=BC=AF=E8=B7=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- ant-design-vue-jeecg/vue.config.js | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 360b4d44..69745a0f 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,10 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, │ └─我的抄送 │ └─流程委派、抄送、跳转 │ └─。。。 -└─其他模块 +│─OA办公组件 (暂不开源) +│ ├─更多功能 +│ └─。。。 +└─其他模块 (暂不开源) └─更多功能开发中。。 ``` diff --git a/ant-design-vue-jeecg/vue.config.js b/ant-design-vue-jeecg/vue.config.js index bf5ac9af..dd1ecae9 100644 --- a/ant-design-vue-jeecg/vue.config.js +++ b/ant-design-vue-jeecg/vue.config.js @@ -105,8 +105,10 @@ module.exports = { '/jeecg-boot': '' //默认所有请求都加了jeecg-boot前缀,需要去掉 } },*/ + /* 注意:jeecgboot前端做了改造,此处不需要配置跨域和后台接口(只需要改.env相关配置文件即可) + issues/3462 很多人此处做了配置,导致刷新前端404问题,请一定注意*/ '/jeecg-boot': { - target: 'http://localhost:8080', //请求本地 需要jeecg-boot后台项目 + target: 'http://localhost:8080', ws: false, changeOrigin: true },