Browse Source

fix config

he2802 2 năm trước cách đây
mục cha
commit
d7092d6a0f

+ 3 - 3
zhongzheng-system/src/main/java/com/zhongzheng/modules/system/service/impl/SysWebServiceImpl.java

@@ -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");