Skip to content

Commit bbd3de7

Browse files
committed
更新10.1.3标绘产品包
1 parent e63184b commit bbd3de7

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
@@ -141,13 +141,13 @@
141141
inputCSS('../../dist/leaflet/iclient-leaflet.min.css');
142142
}
143143
if (inArray(includes, 'iclient-plot-leaflet')) {
144-
inputCSS('https://iclient.supermap.io/web/libs/plotting/leaflet/10.1.2/iclient-plot-leaflet.css');
144+
inputCSS('https://iclient.supermap.io/web/libs/plotting/leaflet/10.1.3/iclient-plot-leaflet.css');
145145
if (supportES6()) {
146146
inputScript(
147-
'https://iclient.supermap.io/web/libs/plotting/leaflet/10.1.2/iclient-plot-leaflet-es6.min.js'
147+
'https://iclient.supermap.io/web/libs/plotting/leaflet/10.1.3/iclient-plot-leaflet-es6.min.js'
148148
);
149149
} else {
150-
inputScript('https://iclient.supermap.io/web/libs/plotting/leaflet/10.1.2/iclient-plot-leaflet.min.js');
150+
inputScript('https://iclient.supermap.io/web/libs/plotting/leaflet/10.1.3/iclient-plot-leaflet.min.js');
151151
}
152152
}
153153
if (inArray(includes, 'ant-design-vue')) {

0 commit comments

Comments
 (0)