[修改]修改部分组件名称
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user