Skip to content

Commit

Permalink
[fix]leaflet组件例子用iclient-leaflet es5的包
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiao-supermap committed Nov 21, 2024
1 parent 1d829cd commit 3402aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/leaflet/include-leaflet.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

// iclient
if (!inArray(excludes, 'iclient-leaflet')) {
if (supportES6()) {
if (supportES6() && !inArray(includes, 'iclient-leaflet-vue')) {
inputScript(disturl + '/leaflet/iclient-leaflet-es6.min.js');
} else {
inputScript(disturl + '/leaflet/iclient-leaflet.min.js');
Expand Down

0 comments on commit 3402aa7

Please sign in to comment.