lcw
This commit is contained in:
@ -39,8 +39,8 @@ module.exports = {
|
||||
proxyReq.setHeader("Connection", "Keep-Alive"); //设置长连接
|
||||
}
|
||||
},
|
||||
'/bagl/mosty-base': {
|
||||
target: 'http://192.168.1.32:8066', // 后端服务器地址
|
||||
'/mosty-base': {
|
||||
target: serverHost, // 后端服务器地址
|
||||
changeOrigin: true, // 允许跨域
|
||||
secure: false, // 如果是https,需要设置为false
|
||||
pathRewrite: {
|
||||
|
||||
Reference in New Issue
Block a user