Compare commits

..

No commits in common. "4af403b22b4fa13f8346572cb5727027b0e13d96" and "fb496d8a97fc25bcb12304a5f7ee324419fa0b19" have entirely different histories.

View File

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