he2802 2 anni fa
parent
commit
51b4835e7d

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

@@ -327,6 +327,7 @@ public class SysWebServiceImpl implements ISysWebService {
         jsonObject24.put("hostH5","https://"+bo.getHostH5());
         jsonObject24.put("hostPc","https://"+bo.getHostPc());
         jsonObject24.put("smallQrCodeShow",false);
+        jsonObject24.put("mobileImage","");
         config24.setConfigKey("home.mobile");
         config24.setConfigValue(jsonObject24.toJSONString());
         config24.setConfigType("N");