Skip to content

Commit 93dbf83

Browse files
committed
加入选择器
1 parent 965b0eb commit 93dbf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/yh/yhframe/app/MyApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
public class MyApplication extends Application
4848
{
49-
public static final String HOME_HOST = "http://116.196.82.249:8080/";//IP地址
49+
public static final String HOME_HOST = "http://192.168.0.5/CI/";//IP地址
5050
private static final String TAG = MyApplication.class.getSimpleName();
5151
private static MyApplication mInstance = null;
5252
private static final long cacheSize = 1024 * 1024 * 20;//缓存文件最大限制大小20M

0 commit comments

Comments
 (0)