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 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' ) ) {
You can’t perform that action at this time.
0 commit comments