Skip to content

Commit 776d491

Browse files
committed
更新10.1.3标绘产品包
1 parent a718c78 commit 776d491

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

0 commit comments

Comments
 (0)