fix(config): 修复应用基础URL配置
- 恢复baseUrl为本地开发地址 http://192.168.6.20 - 注释掉外网穿透地址 http://22fs132201.imwork.net - 确保开发环境网络连接稳定性
这个提交包含在:
父节点
472f70e833
当前提交
c017470ce7
@ -13,8 +13,8 @@ import com.xuqm.base.di.manager.HttpManager;
|
|||||||
*/
|
*/
|
||||||
public class MyApplication extends App {
|
public class MyApplication extends App {
|
||||||
|
|
||||||
// public static String baseUrl = "http://192.168.6.20";
|
public static String baseUrl = "http://192.168.6.20";
|
||||||
public static String baseUrl = "http://22fs132201.imwork.net";
|
// public static String baseUrl = "http://22fs132201.imwork.net";
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户