|
|
@@ -17,11 +17,11 @@ export default {
|
|
|
// 测试环境
|
|
|
// target: 'http://120.77.179.54:8844/',
|
|
|
// ws: 'ws://120.77.179.54:8844/',
|
|
|
- target: 'http://192.168.32.65:8844/',
|
|
|
- ws: 'ws://192.168.32.65:8844/',
|
|
|
+ // target: 'http://192.168.32.65:8844/',
|
|
|
+ // ws: 'ws://192.168.32.65:8844/',
|
|
|
//v2环境
|
|
|
- // ws: 'ws://47.109.52.230:8844',
|
|
|
- // target: 'http://47.109.52.230:8844',
|
|
|
+ ws: 'ws://47.109.52.230:8844',
|
|
|
+ target: 'http://47.109.52.230:8844',
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: { '^/api': '' },
|
|
|
},
|