代码提醒,减少走弯路

pull/3525/head
zhangdaiscott 2022-03-02 15:29:32 +08:00
parent 472bf3f35a
commit 07c538a1b2
2 changed files with 7 additions and 2 deletions

View File

@ -323,7 +323,10 @@ Jeecg-Boot低代码开发平台可以应用在任何J2EE项目的开发中
│ └─我的抄送 │ └─我的抄送
│ └─流程委派、抄送、跳转 │ └─流程委派、抄送、跳转
│ └─。。。 │ └─。。。
└─其他模块 │─OA办公组件 (暂不开源)
│ ├─更多功能
│ └─。。。
└─其他模块 (暂不开源)
└─更多功能开发中。。 └─更多功能开发中。。
``` ```

View File

@ -105,8 +105,10 @@ module.exports = {
'/jeecg-boot': '' //默认所有请求都加了jeecg-boot前缀需要去掉 '/jeecg-boot': '' //默认所有请求都加了jeecg-boot前缀需要去掉
} }
},*/ },*/
/* jeecgboot.env
issues/3462 404*/
'/jeecg-boot': { '/jeecg-boot': {
target: 'http://localhost:8080', //请求本地 需要jeecg-boot后台项目 target: 'http://localhost:8080',
ws: false, ws: false,
changeOrigin: true changeOrigin: true
}, },