|
|
@@ -14,9 +14,9 @@ module.exports = {
|
|
|
port: 8000,
|
|
|
proxy: {
|
|
|
'/apis': {
|
|
|
- // target: 'http://61.164.207.46:8200/', // target host*/
|
|
|
- target: 'http://cucu.cnyunl.com:8008', // target host*/
|
|
|
- ws: true, // proxy websockets
|
|
|
+ target: 'http://61.164.207.46:8200/', // target host*/
|
|
|
+ // target: 'http://cucu.cnyunl.com:8008', // target host*/
|
|
|
+ ws: true, // proxy websockets
|
|
|
changeOrigin: true, // needed for virtual hosted sites
|
|
|
pathRewrite: {
|
|
|
'^/apis': '' // rewrite path
|