Skip to content

Commit e9045ad

Browse files
更新标绘产品版本
1 parent d45aeba commit e9045ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@
130130
inputCSS("../../dist/leaflet/iclient-leaflet.min.css");
131131
}
132132
if (inArray(includes, 'iclient-plot-leaflet')) {
133-
inputCSS("https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0/iclient-plot-leaflet.css");
133+
inputCSS("https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.1/iclient-plot-leaflet.css");
134134
if (supportES6()) {
135-
inputScript("https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0/iclient-plot-leaflet-es6.min.js");
135+
inputScript("https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.1/iclient-plot-leaflet-es6.min.js");
136136
} else {
137-
inputScript("https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0/iclient-plot-leaflet.min.js");
137+
inputScript("https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.1/iclient-plot-leaflet.min.js");
138138
}
139139
}
140140
if (inArray(includes, 'ant-design-vue')) {

0 commit comments

Comments
 (0)