REQ-2752: a lot of staff

This commit is contained in:
yanglin 2024-10-11 14:51:02 +08:00
parent 4a3171e913
commit 1631bd3ef2

View File

@ -68,8 +68,7 @@ public class UrlConfig {
@JSONField(serialize = false)
public MobileUrlConfig getOrCreateAppWorker() {
if (appWorker == null)
appWorker = new MobileUrlConfig();
return appWorker;
appWorker = new MobileUrlConfig();return appWorker;
}
@JSONField(serialize = false)