File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 130
130
inputCSS ( "../../dist/leaflet/iclient-leaflet.min.css" ) ;
131
131
}
132
132
if ( inArray ( includes , 'iclient-plot-leaflet' ) ) {
133
- inputCSS ( "https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0 /iclient-plot-leaflet.css" ) ;
133
+ inputCSS ( "https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.1 /iclient-plot-leaflet.css" ) ;
134
134
if ( supportES6 ( ) ) {
135
- inputScript ( "https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0 /iclient-plot-leaflet-es6.min.js" ) ;
135
+ inputScript ( "https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.1 /iclient-plot-leaflet-es6.min.js" ) ;
136
136
} else {
137
- inputScript ( "https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0 /iclient-plot-leaflet.min.js" ) ;
137
+ inputScript ( "https://iclient.supermap.io/web/libs/plotting/leaflet/10.0.1 /iclient-plot-leaflet.min.js" ) ;
138
138
}
139
139
}
140
140
if ( inArray ( includes , 'ant-design-vue' ) ) {
You can’t perform that action at this time.
0 commit comments