Commit 1219bdf80072546ceed4c88e4107c955abc61c75

Authored by 潘钊
1 parent f4fbc36d

子页面不要引百度地图的http 路径的js

src/main/resources/static/pages/excep/speedingList.html
... ... @@ -141,8 +141,6 @@
141 141 {{/if}}
142 142 </script>
143 143  
144   -<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=IGGrr4UjwIYzatoCRFKEL8sT"></script>
145   -
146 144 <script>
147 145 $(function(){
148 146 var page = 0, initPagination;
... ...
src/main/resources/static/pages/excep/speedingListmh.html
... ... @@ -141,8 +141,6 @@
141 141 {{/if}}
142 142 </script>
143 143  
144   -<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=IGGrr4UjwIYzatoCRFKEL8sT"></script>
145   -
146 144 <script>
147 145 $(function(){
148 146 var page = 0, initPagination;
... ...