|
@@ -106,9 +106,9 @@ class SplashVm(application: Application) : BaseViewModel(application) {
|
|
|
|
|
|
private fun setBaseUrl(baseUrl: String) {
|
|
|
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 = "https://pro-api.swago.cn"
|
|
|
+ UrlConstant.BASE_URL = "https://pro-api.swago.cn"
|
|
|
} else {
|
|
|
UrlConstant.BASE_URL = baseUrl
|
|
|
}
|