Skip to content

Commit 689d639

Browse files
committed
【fix】修复例子缩略图不出来问题 review by zhangjiangqiu
1 parent be4ffde commit 689d639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/leaflet/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ var exampleConfig = {
534534
name: "发布数据",
535535
name_en: "Publish Data",
536536
version: "10.1.0",
537-
thumbnail: "l_iPortalPublishData.png",
537+
thumbnail: "l_iportalPublishData.png",
538538
fileName: "iPortalPublishData"
539539
}]
540540
}

examples/openlayers/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ var exampleConfig = {
502502
name: "发布数据",
503503
name_en: "Publish Data",
504504
version: "10.1.0",
505-
thumbnail: "ol_iPortalPublishData.png",
505+
thumbnail: "ol_iportalPublishData.png",
506506
fileName: "iPortalPublishData"
507507
}]
508508
}

0 commit comments

Comments
 (0)