|
|
|
@ -32,7 +32,7 @@ function UrlConfig(httpUrl, websocketUrl, apiUrl) { |
|
|
|
|
|
|
|
let baseConfig = { |
|
|
|
dev: new UrlConfig("/api",'ws://127.0.0.1:8087', "http://localhost:8085"), |
|
|
|
prod: new UrlConfig("http://36.137.211.213:8085", 'ws://36.137.211.213:8087'), |
|
|
|
prod: new UrlConfig("http://36.137.211.213:8000/api", 'ws://36.137.211.213:8087'), |
|
|
|
// 成功响应码
|
|
|
|
success: 200, |
|
|
|
//消息框消失时间
|
|
|
|
|