Ureport配置
This commit is contained in:
parent
f7f237b36e
commit
dc64d06460
@ -40,7 +40,15 @@ module.exports = {
|
|||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
['^' + process.env.VUE_APP_BASE_API]: ''
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
'/ureport': {
|
||||||
|
target: 'http://localhost:8080',
|
||||||
|
ws:false,
|
||||||
|
changeOrigin: true,
|
||||||
|
pathRewrite: {
|
||||||
|
'^/ureport': '/ureport'
|
||||||
|
}
|
||||||
|
},
|
||||||
},
|
},
|
||||||
disableHostCheck: true
|
disableHostCheck: true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user