|
@@ -4,7 +4,7 @@ const base = {
|
|
|
}
|
|
|
|
|
|
const im = {
|
|
|
- host : 'ws://192.168.2.70:8282'
|
|
|
+ host : 'ws://192.168.33.10:8282'
|
|
|
}
|
|
|
|
|
|
//http request请求配置
|
|
@@ -12,7 +12,7 @@ const request = {
|
|
|
// 服务器接口地址
|
|
|
|
|
|
host: "http://192.168.2.70/dreamland/",
|
|
|
- host: "http://192.168.3.66/dreamland/",
|
|
|
+ host: "http://192.168.33.10/dreamland/",
|
|
|
|
|
|
// 请求的参数
|
|
|
data: {},
|