Skip to content

Commit f65a70d

Browse files
committed
更新标绘产品引用包版本
1 parent 7a00e1d commit f65a70d

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
@@ -142,11 +142,11 @@
142142
inputCSS('../../dist/leaflet/iclient-leaflet.min.css');
143143
}
144144
if (inArray(includes, 'iclient-plot-leaflet')) {
145-
inputCSS('https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.0/iclient-plot-leaflet.css');
145+
inputCSS('https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.1/iclient-plot-leaflet.css');
146146
if (supportES6()) {
147-
inputScript('https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.0/iclient-plot-leaflet-es6.min.js');
147+
inputScript('https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.1/iclient-plot-leaflet-es6.min.js');
148148
} else {
149-
inputScript('https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.0/iclient-plot-leaflet.min.js');
149+
inputScript('https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.1/iclient-plot-leaflet.min.js');
150150
}
151151
}
152152
if (inArray(includes, 'ant-design-vue')) {

0 commit comments

Comments
 (0)