REQ-3045: 不要在链接中保留过多无用的字段

This commit is contained in:
yanglin 2024-10-12 17:48:03 +08:00
parent ace06eefb1
commit 54ae540cee

View File

@ -115,7 +115,7 @@ public class UrlConfig {
appManager = null;
}
public void setUrlAsDefaults(String url) {
public void setDefaultUrl(String url) {
applyUrlAsDefaults(url);
}