Commit 00894e47 by amateur

1

1 parent da0197bc
...@@ -58,8 +58,8 @@ public class ModuleUrlHandle { ...@@ -58,8 +58,8 @@ public class ModuleUrlHandle {
// Uri uri = Uri.parse(urlStr); // Uri uri = Uri.parse(urlStr);
// return uri.getScheme() +":"+ uri.getSchemeSpecificPart() + module.webUrl; // return uri.getScheme() +":"+ uri.getSchemeSpecificPart() + module.webUrl;
// return BuildConfig.ONLINE_URL + "?"+System.currentTimeMillis() + module.webUrl; return BuildConfig.ONLINE_URL + "?"+System.currentTimeMillis() + module.webUrl;
return "http://192.168.137.1:8080/"+System.currentTimeMillis() + module.webUrl; // return "http://192.168.137.1:8080/"+System.currentTimeMillis() + module.webUrl;
} }
// return intent.getStringExtra(module.name); // return intent.getStringExtra(module.name);
return ""; return "";
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!