...
|
...
|
@@ -137,7 +137,7 @@ public class AppEntranceIconController { |
|
|
}
|
|
|
|
|
|
if (StringUtils.isNotBlank(appEntranceIconBO.getIosBigImageFirst())){
|
|
|
String name = appEntranceIconBO.getType()+"_iosBigImageN@first";
|
|
|
String name = appEntranceIconBO.getType()+"_iosBigImageFirst@3x";
|
|
|
String url = appEntranceIconBO.getIosBigImageFirst();
|
|
|
nameUrlMap.put(name,url);
|
|
|
}
|
...
|
...
|
@@ -154,7 +154,7 @@ public class AppEntranceIconController { |
|
|
}
|
|
|
|
|
|
if (StringUtils.isNotBlank(appEntranceIconBO.getIosSmallImageFirst())){
|
|
|
String name = appEntranceIconBO.getType()+"_iosSmallImageN@first";
|
|
|
String name = appEntranceIconBO.getType()+"_iosSmallImageFirst@2x";
|
|
|
String url = appEntranceIconBO.getIosSmallImageFirst();
|
|
|
nameUrlMap.put(name,url);
|
|
|
}
|
...
|
...
|
|