Skip to content

Commit d4a5711

Browse files
committed
提交标绘产品11.1.1
1 parent dcc1a5e commit d4a5711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/leaflet/include-leaflet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@
149149
if (inArray(includes, 'iclient-plot-leaflet')) {
150150
inputCSS(libsurl + '/plotting/leaflet/11.1.0/iclient-plot-leaflet.css');
151151
if (supportES6()) {
152-
inputScript(libsurl + '/plotting/leaflet/11.1.0/iclient-plot-leaflet-es6.min.js');
152+
inputScript(libsurl + '/plotting/leaflet/11.1.1/iclient-plot-leaflet-es6.min.js');
153153
} else {
154-
inputScript(libsurl + '/plotting/leaflet/11.1.0/iclient-plot-leaflet.min.js');
154+
inputScript(libsurl + '/plotting/leaflet/11.1.1/iclient-plot-leaflet.min.js');
155155
}
156156
}
157157
if (inArray(includes, 'ant-design-vue')) {

0 commit comments

Comments
 (0)