Commit 23238e50 by 陶光胜

导航保存重复验证

parent e10c9381
......@@ -118,7 +118,6 @@ public class CustomGuideApiServiceImpl implements CustomGuideApiService {
for (int i = 0; i < guideList.size(); i++) {
TabCustomGuide guide = guideList.get(i);
String title = guide.getTitle();
String icon = guide.getIcon();
Map<String, Object> listMap = new HashMap<String, Object>();
listMap.put("selectedIconPath", guide.getSelectedIconPath());
listMap.put("iconPath", guide.getIconPath());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment