We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965b0eb commit 93dbf83Copy full SHA for 93dbf83
app/src/main/java/org/yh/yhframe/app/MyApplication.java
@@ -46,7 +46,7 @@
46
*/
47
public class MyApplication extends Application
48
{
49
- public static final String HOME_HOST = "http://116.196.82.249:8080/";//IP地址
+ public static final String HOME_HOST = "http://192.168.0.5/CI/";//IP地址
50
private static final String TAG = MyApplication.class.getSimpleName();
51
private static MyApplication mInstance = null;
52
private static final long cacheSize = 1024 * 1024 * 20;//缓存文件最大限制大小20M
0 commit comments