fzq #32

已合併
zwq 將 12 次提交從 fzq 合併至 develop 2022-03-04 11:18:40 +08:00
僅顯示提交 a0adee8ce5 的變更 - 顯示所有提交

查看文件

@@ -46,25 +46,15 @@ module.exports = {
// 这里写入需要代理的api和对应的目标地址 // 这里写入需要代理的api和对应的目标地址
proxy: { proxy: {
'/api': { '/api': {
<<<<<<< HEAD
target: 'http://localhost:8080', target: 'http://localhost:8080',
// target: 'http://192.168.0.148:8080', // target: 'http://192.168.0.148:8080',
======= // target: 'http://a.wms.picaiba.com/api',
<<<<<<< HEAD
// target: 'http://localhost:8080',
target: 'http://192.168.0.148:8080',
=======
// target: 'http://192.168.0.148:8080',
target: 'http://a.wms.picaiba.com/api',
>>>>>>> 14bf2dc2f6d116f4005fe216e91bb59aa7ba338f
>>>>>>> develop
// target: 'http://192.168.0.127:8080', // target: 'http://192.168.0.127:8080',
// target: 'http://192.168.0.165:8080', // target: 'http://192.168.0.165:8080',
// target: 'http://192.168.43.105:8080', // target: 'http://192.168.43.105:8080',
// target: 'http://127.0.0.1:8080', // target: 'http://127.0.0.1:8080',
// target: 'http://192.168.0.70:8080', // target: 'http://192.168.0.70:8080',
// target: 'http://192.168.0.199:8080', // target: 'http://192.168.0.199:8080',
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {