|
|
|
@ -12,24 +12,8 @@ export default ({ mode, command }) => {
|
|
|
|
|
port: 2888, |
|
|
|
|
proxy: { |
|
|
|
|
'/api': { |
|
|
|
|
// target: 'http://192.168.10.126:8889',
|
|
|
|
|
// hy
|
|
|
|
|
// target: 'http://192.168.10.48:13000',
|
|
|
|
|
// lmy
|
|
|
|
|
// target: 'http://192.168.10.123:8889',
|
|
|
|
|
// target: 'http://192.168.10.101:8888',
|
|
|
|
|
// 老zyc
|
|
|
|
|
// target: 'http://192.168.10.75:8777',
|
|
|
|
|
// 新zyc
|
|
|
|
|
// target: 'http://192.168.6.116:8777',
|
|
|
|
|
|
|
|
|
|
target: 'http://192.168.6.122:8777', |
|
|
|
|
// target: 'http://192.168.6.116:8777',
|
|
|
|
|
// tjj
|
|
|
|
|
// sst
|
|
|
|
|
// target: 'http://192.168.10.94:8888',
|
|
|
|
|
// target: 'http://192.168.10.29:13000',
|
|
|
|
|
// target: 'http://h5uapi.huitongys.com',
|
|
|
|
|
// target: 'http://test.api.huitongys.com',
|
|
|
|
|
changeOrigin: true, |
|
|
|
|
rewrite: path => path.replace(/^\/api/, ''), |
|
|
|
|
}, |
|
|
|
|