Skip to content

Commit 9cf9214

Browse files
committed
版本号由11.0.0修改为10.2.0
1 parent 35233e4 commit 9cf9214

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
@@ -145,13 +145,13 @@
145145
inputCSS('../../dist/leaflet/iclient-leaflet.min.css');
146146
}
147147
if (inArray(includes, 'iclient-plot-leaflet')) {
148-
inputCSS('https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.0/iclient-plot-leaflet.css');
148+
inputCSS('https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.0/iclient-plot-leaflet.css');
149149
if (supportES6()) {
150150
inputScript(
151-
'https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.0/iclient-plot-leaflet-es6.min.js'
151+
'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.0/iclient-plot-leaflet-es6.min.js'
152152
);
153153
} else {
154-
inputScript('https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.0/iclient-plot-leaflet.min.js');
154+
inputScript('https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.0/iclient-plot-leaflet.min.js');
155155
}
156156
}
157157
if (inArray(includes, 'ant-design-vue')) {

0 commit comments

Comments
 (0)