This commit is contained in:
朱文强 2022-02-23 11:05:13 +08:00
vanhempi f3f1c972b4
commit 4af403b22b

Näytä tiedosto

@ -46,8 +46,8 @@ module.exports = {
// 这里写入需要代理的api和对应的目标地址
proxy: {
'/api': {
target: 'http://localhost:8080',
// target: 'http://192.168.0.198:8080',
// target: 'http://192.168.0.148:8080',
target: 'http://a.wms.picaiba.com/api',
// target: 'http://192.168.0.127:8080',
// target: 'http://192.168.0.165:8080',
// target: 'http://192.168.43.105:8080',
@ -58,7 +58,7 @@ module.exports = {
ws: true,
changeOrigin: true,
pathRewrite: {
'^/portapi': ''
'^/api': ''
}
// 使用了proxy 就需要开启下面的选项 (http-proxy-middleware会将post请求给parse了 所以需要再次进行string化)
// onProxyReq: (proxyReq, req, res, options) => {