|
@@ -107,7 +107,6 @@ class SplashVm(application: Application) : BaseViewModel(application) {
|
|
if (BuildConfig.DEBUG) {
|
|
if (BuildConfig.DEBUG) {
|
|
UrlConstant.BASE_URL = "http:test-api.swago.cn"
|
|
UrlConstant.BASE_URL = "http:test-api.swago.cn"
|
|
// UrlConstant.BASE_URL = "http:huawei.swago.cn"
|
|
// UrlConstant.BASE_URL = "http:huawei.swago.cn"
|
|
-// UrlConstant.BASE_URL = "https://api.swagobei.com"
|
|
|
|
// UrlConstant.BASE_URL = "https://pro-api.swago.cn"
|
|
// UrlConstant.BASE_URL = "https://pro-api.swago.cn"
|
|
} else {
|
|
} else {
|
|
UrlConstant.BASE_URL = baseUrl
|
|
UrlConstant.BASE_URL = baseUrl
|