File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ module.exports = {
7070 bannerInfo : function ( libName ) {
7171 return `
7272 ${ libName } .(${ pkg . homepage } )
73- Copyright© 2000 - 2021 SuperMap Software Co.Ltd
73+ Copyright© 2000 - 2022 SuperMap Software Co.Ltd
7474 license: ${ pkg . license }
7575 version: v${ pkg . version }
7676 ` ;
Original file line number Diff line number Diff line change 142142 inputCSS ( '../../dist/leaflet/iclient-leaflet.min.css' ) ;
143143 }
144144 if ( inArray ( includes , 'iclient-plot-leaflet' ) ) {
145- inputCSS ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.0 /iclient-plot-leaflet.css' ) ;
145+ inputCSS ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.1 /iclient-plot-leaflet.css' ) ;
146146 if ( supportES6 ( ) ) {
147- inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.0 /iclient-plot-leaflet-es6.min.js' ) ;
147+ inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.1 /iclient-plot-leaflet-es6.min.js' ) ;
148148 } else {
149- inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.0 /iclient-plot-leaflet.min.js' ) ;
149+ inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2.1 /iclient-plot-leaflet.min.js' ) ;
150150 }
151151 }
152152 if ( inArray ( includes , 'ant-design-vue' ) ) {
Original file line number Diff line number Diff line change 186186 load ( ) ;
187187 window . isLocal = false ;
188188 window . server = document . location . toString ( ) . match ( / f i l e : \/ \/ / ) ? "http://localhost:8090" : document . location . protocol + "//" + document . location . host ;
189- window . version = "10.2.0 " ;
189+ window . version = "10.2.1 " ;
190190 window . preRelease = "" ;
191191} ) ( ) ;
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ window.examplesResources = {
133133 "join" : "Join us: SuperMap Web Client Team" ,
134134 "join_tips1" : "(Please send email to: " ,
135135 "join_tips2" : " and attach your resume)" ,
136- "copyright" : "Copyright © 2000-2021 SuperMap Software Co., Ltd. All rights reserved"
136+ "copyright" : "Copyright © 2000-2022 SuperMap Software Co., Ltd. All rights reserved"
137137 } ,
138138 "editor" : {
139139 "expand" : " Expand" ,
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ window.examplesResources = {
7474 "join" : "加入我们: 超图Web客户端团队 " ,
7575 "join_tips1" : "(请发邮件至: " ,
7676 "join_tips2" : ",附上您的简历哦)" ,
77- "copyright" : "版权所有 © 2000-2021 北京超图软件股份有限公司 蜀ICP备16000471号-1"
77+ "copyright" : "版权所有 © 2000-2022 北京超图软件股份有限公司 蜀ICP备16000471号-1"
7878 } ,
7979 "editor" : {
8080 "expand" : " 展开" ,
Original file line number Diff line number Diff line change 3131 </ div >
3232 </ div >
3333</ div >
34- < div class ="icl-copyright " data-i18n ="footer.copyright "> 版权所有 © 2000-2021 北京超图软件股份有限公司 蜀ICP备16000471号-1
34+ < div class ="icl-copyright " data-i18n ="footer.copyright "> 版权所有 © 2000-2022 北京超图软件股份有限公司 蜀ICP备16000471号-1
3535</ div >
You can’t perform that action at this time.
0 commit comments