登录默认选中

This commit is contained in:
2025-11-20 10:16:45 +08:00
parent be7c855283
commit cf73819ad0
6 changed files with 25 additions and 18 deletions

View File

@@ -159,12 +159,11 @@ public class CommonAppContext extends MultiDexApplication implements Applicatio
}
//设置mqtt环境 false 测试环境 true 正式环境
// ExternalResConstants.INSTANCE.setIS_MQTT_RELEASE(false);
// ExternalResConstants.INSTANCE.setIS_MQTT_RELEASE(false);
//设置http环境 false 测试环境 true 正式环境
ExternalResConstants.INSTANCE.setIS_HTTP_RELEASE(true);
ExternalResConstants.INSTANCE.setIS_HTTP_RELEASE(false);
currentEnvironment = ExternalResConstants.INSTANCE.HTTP_PATH();
initialization();
}