|
@@ -400,7 +400,7 @@ public class APIIndexenterController {
|
|
|
if (!list.isEmpty()){
|
|
|
AaPlatformParameter aaPlatformParameter = list.get(0);
|
|
|
if (!Strings.isNullOrEmpty(aaPlatformParameter.getWechatQrCode()) && !aaPlatformParameter.getWechatQrCode().startsWith("http")){
|
|
|
- aaPlatformParameter.setWechatQrCode(host + "/" + aaPlatformParameter.getWechatQrCode());
|
|
|
+ aaPlatformParameter.setWechatQrCode(host + "/sys/common/static/" + aaPlatformParameter.getWechatQrCode());
|
|
|
}
|
|
|
}
|
|
|
result.setMessage("获取首页配置成功");
|