|
@@ -14,8 +14,8 @@ module.exports = {
|
|
|
port: 8000,
|
|
|
proxy: {
|
|
|
'/apis': {
|
|
|
- // target: 'http://61.164.207.46:8000', // target host*/
|
|
|
- target: 'http://192.168.3.9:8090', // target host*!
|
|
|
+ target: 'http://61.164.207.46:8000', // target host*/
|
|
|
+ // target: 'http://192.168.3.9:8090', // target host*!
|
|
|
// target: 'https://oms.idcgroup.com.cn:8079/', // target host
|
|
|
// target: 'localhost:8080', // target host
|
|
|
ws: true, // proxy websockets
|