|
|
@@ -11,8 +11,12 @@ export default {
|
|
|
'/jetlinks': {
|
|
|
// target: 'http://192.168.32.44:8844/',
|
|
|
// ws: 'ws://192.168.32.44:8844/',
|
|
|
- target: 'http://120.79.18.123:8844/',
|
|
|
- ws: 'ws://120.79.18.123:8844/',
|
|
|
+ // 开发环境
|
|
|
+ // target: 'http://120.79.18.123:8844/',
|
|
|
+ // ws: 'ws://120.79.18.123:8844/',
|
|
|
+ // 测试环境
|
|
|
+ target: 'http://120.77.179.54:8844/',
|
|
|
+ ws: 'ws://120.77.179.54:8844/',
|
|
|
// target: 'http://192.168.66.5:8844/',
|
|
|
// ws: 'ws://192.168.66.5:8844/',
|
|
|
// ws: 'ws://demo.jetlinks.cn/jetlinks',
|