|
@@ -321,9 +321,9 @@ public class SysWebServiceImpl implements ISysWebService {
|
|
|
config24.setTenantId(bo.getTenantId());
|
|
|
config24.setConfigName("移动端配置");
|
|
|
JSONObject jsonObject24 = new JSONObject();
|
|
|
- jsonObject24.put("h5Logo",bo.getLogoH5Url());
|
|
|
- jsonObject24.put("smallLogo",bo.getLogoSmallUrl());
|
|
|
- jsonObject24.put("hostLive",bo.getHostLive());
|
|
|
+ jsonObject24.put("h5Logo","https://"+bo.getLogoH5Url());
|
|
|
+ jsonObject24.put("smallLogo","https://"+bo.getLogoSmallUrl());
|
|
|
+ jsonObject24.put("hostLive","https://"+bo.getHostLive());
|
|
|
config24.setConfigKey("home.mobile");
|
|
|
config24.setConfigValue(jsonObject24.toJSONString());
|
|
|
config24.setConfigType("N");
|