[修改]修改部分组件名称

This commit is contained in:
zer0Black
2021-03-11 11:19:01 +08:00
parent e203b7d812
commit fbd81a8a7f
24 changed files with 87 additions and 93 deletions
+3 -3
View File
@@ -83,11 +83,11 @@ module.exports = {
ws: false,
changeOrigin: true,
pathRewrite: {
'/jero-boot': '' //默认所有请求都加了jeecg-boot前缀,需要去掉
'/jero-boot': '' //默认所有请求都加了jero-boot前缀,需要去掉
}
},*/
'/jeecg-boot': {
target: 'http://localhost:8080', //请求本地 需要jeecg-boot后台项目
'/jero-boot': {
target: 'http://localhost:8080', //请求本地 jero-boot后台项目
ws: false,
changeOrigin: true
},