|
|
@@ -105,9 +105,9 @@ public class CommonUtil {
|
|
|
return "";
|
|
|
}
|
|
|
String baseUrl = getSharedPreferences(ct, "erp_baseurl");
|
|
|
- if (BaseConfig.isDebug()){
|
|
|
- baseUrl="http://192.168.253.243:8080/ERP/";
|
|
|
- }
|
|
|
+// if (BaseConfig.isDebug()){
|
|
|
+// baseUrl="http://192.168.253.243:8080/ERP/";
|
|
|
+// }
|
|
|
// baseUrl = "http://192.168.253.52:9000/ERP/";
|
|
|
|
|
|
return baseUrl;
|