File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 < title > 自定义打包</ title >
55 < link rel ="shortcut icon " type ="image/x-icon " href ="../web/img/favicon.ico "/>
66 < meta charset ="UTF-8 ">
7- < link href ="https://cdnjs.cloudflare.com/ajax/libs/twitter- bootstrap/ 3.3.7/css/bootstrap.min.css " rel ="stylesheet ">
7+ < link href ="https://cdn.jsdelivr.net/npm/ bootstrap@ 3.3.7/dist /css/bootstrap.min.css " rel ="stylesheet ">
88 < style type ="text/css ">
99 body {
1010 font : 12 px/1.4 Verdana, sans-serif;
@@ -197,8 +197,8 @@ <h1>自定义打包</h1>
197197 < input type ="text " class ="form-control " id ="command2 "/>
198198 </ section >
199199</ div >
200- < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/ jquery/ 3.1.1/jquery.min.js "> </ script >
201- < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/twitter- bootstrap/ 3.3.7/js/bootstrap.min.js "> </ script >
200+ < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/ jquery@ 3.1.1/dist /jquery.min.js "> </ script >
201+ < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/ bootstrap@ 3.3.7/dist /js/bootstrap.min.js "> </ script >
202202< script type ="text/javascript " src ="deps.js "> </ script >
203203< script type ="text/javascript " src ="build.js "> </ script >
204204</ body >
Original file line number Diff line number Diff line change 159159 inputScript ( 'https://iclient.supermap.io/web/libs/mapbox-print-pdf/0.4.4/mapbox-print-pdf.min.js' ) ;
160160 }
161161 if ( inArray ( includes , 'moment' ) ) {
162- inputScript ( 'https://cdnjs.cloudflare.com/ajax/libs/ moment.js/ 2.29.1/moment.min.js' ) ;
162+ inputScript ( 'https://cdn.jsdelivr.net/npm/ moment@ 2.29.1/moment.min.js' ) ;
163163 }
164164 if ( inArray ( includes , 'lodash' ) ) {
165165 inputScript ( 'https://cdn.jsdelivr.net/npm/lodash@4.17.20/lodash.min.js' ) ;
You can’t perform that action at this time.
0 commit comments