|
|
@@ -9,11 +9,11 @@
|
|
|
export default {
|
|
|
dev: {
|
|
|
'/jetlinks': {
|
|
|
- target: 'http://192.168.32.8:8844/',
|
|
|
- ws: 'ws://192.168.32.8:8844/',
|
|
|
+ // target: 'http://192.168.32.8:8844/',
|
|
|
+ // ws: 'ws://192.168.32.8: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/',
|