|
@@ -5,6 +5,7 @@ window._config = window.isTest
|
5
|
5
|
baseUrl: "https://mcapitest.xhkjedu.com/",
|
6
|
6
|
baseImageUrl: "https://mcapitest.xhkjedu.com/",
|
7
|
7
|
showImageUrl: "https://mcapitest.xhkjedu.com/",
|
|
8
|
+ downLoadUrl: "https://mcapitest.xhkjedu.com/",
|
8
|
9
|
wsUrl: "wss://mcwstest.xhkjedu.com/ws",
|
9
|
10
|
axiosApiTimeout: 60, // 接口超时时间 单位秒
|
10
|
11
|
axiosFileTimeout: 120, // 上传文件超时时间 单位秒
|
|
@@ -20,6 +21,7 @@ window._config = window.isTest
|
20
|
21
|
baseUrl: "https://mcapi.xhkjedu.com/",
|
21
|
22
|
baseImageUrl: "https://mcapi.xhkjedu.com/",
|
22
|
23
|
showImageUrl: "https://mcapi.xhkjedu.com/",
|
|
24
|
+ downLoadUrl: "https://mcapitest.xhkjedu.com/",
|
23
|
25
|
wsUrl: "wss://mcws.xhkjedu.com/ws",
|
24
|
26
|
axiosApiTimeout: 20, // 接口超时时间 单位秒
|
25
|
27
|
axiosFileTimeout: 30, // 上传文件超时时间 单位秒
|