|
@@ -27,7 +27,7 @@ module.exports = {
|
|
|
// ws: true,
|
|
|
// },
|
|
|
'/files': {
|
|
|
- target: 'http://smart.cc-lotus.info',
|
|
|
+ target: 'http://free.liaoningdoupo.com',
|
|
|
},
|
|
|
'/api/setting': {
|
|
|
target: 'http://10.16.10.72:9000',
|
|
@@ -62,7 +62,13 @@ module.exports = {
|
|
|
// pathRewrite: { '^/api/affairs': '/api' },
|
|
|
},
|
|
|
'/api/market': {
|
|
|
- target: 'http://10.16.10.72:9004',
|
|
|
+ target: 'http://127.0.0.1:9004',
|
|
|
+ changeOrigin: true,
|
|
|
+ ws: true,
|
|
|
+ // pathRewrite: { '^/api/affairs': '/api' },
|
|
|
+ },
|
|
|
+ '/api/live': {
|
|
|
+ target: 'http://127.0.0.1:9005',
|
|
|
changeOrigin: true,
|
|
|
ws: true,
|
|
|
// pathRewrite: { '^/api/affairs': '/api' },
|