Commit 1711d03c88819ecab07608c1637b50cc1156ecb6
1 parent
fdd933e5
地图js移到底部
Showing
1 changed file
with
12 additions
and
11 deletions
src/main/resources/static/index.html
| @@ -279,7 +279,7 @@ tr.row-active td { | @@ -279,7 +279,7 @@ tr.row-active td { | ||
| 279 | <!-- PJAX --> | 279 | <!-- PJAX --> |
| 280 | <script src="/assets/plugins/jquery.pjax.js"></script> | 280 | <script src="/assets/plugins/jquery.pjax.js"></script> |
| 281 | <!-- layer 弹层 --> | 281 | <!-- layer 弹层 --> |
| 282 | -<script src="/assets/plugins/layer-v2.4/layer/layer.js" data-exclude=1></script> | 282 | +<script src="/assets/plugins/layer-v2.4/layer/layer.js" ></script> |
| 283 | <!-- jquery.purl URL解析 --> | 283 | <!-- jquery.purl URL解析 --> |
| 284 | <script src="/assets/plugins/purl.js"></script> | 284 | <script src="/assets/plugins/purl.js"></script> |
| 285 | <!-- jquery.serializejson JSON序列化插件 --> | 285 | <!-- jquery.serializejson JSON序列化插件 --> |
| @@ -295,16 +295,6 @@ tr.row-active td { | @@ -295,16 +295,6 @@ tr.row-active td { | ||
| 295 | <!-- 日期控件 --> | 295 | <!-- 日期控件 --> |
| 296 | <script src="/metronic_v4.5.4/plugins/bootstrap-datetimepicker-2/js/bootstrap-datetimepicker.min.js" ></script> | 296 | <script src="/metronic_v4.5.4/plugins/bootstrap-datetimepicker-2/js/bootstrap-datetimepicker.min.js" ></script> |
| 297 | <!-- 表格控件 --> | 297 | <!-- 表格控件 --> |
| 298 | -<!-- 地图相关 --> | ||
| 299 | -<!-- 百度 --> | ||
| 300 | -<script src="http://api.map.baidu.com/api?v=2.0&ak=IGGrr4UjwIYzatoCRFKEL8sT" data-exclude=1></script> | ||
| 301 | -<script src="http://api.map.baidu.com/library/TrafficControl/1.4/src/TrafficControl_min.js" data-exclude=1></script> | ||
| 302 | -<script type="text/javascript" src="http://api.map.baidu.com/library/DrawingManager/1.4/src/DrawingManager_min.js" data-exclude=1></script> | ||
| 303 | -<script type="text/javascript" src="http://api.map.baidu.com/library/RichMarker/1.2/src/RichMarker_min.js " data-exclude=1></script> | ||
| 304 | -<script src="/assets/js/baidu/TextIconOverlay.js" data-exclude=1></script> | ||
| 305 | -<script src="/assets/js/baidu//MarkerClusterer.js" data-exclude=1></script> | ||
| 306 | -<!-- 高德 --> | ||
| 307 | -<script src="http://webapi.amap.com/maps?v=1.3&key=16cb1c5043847e09ef9edafdd77befda" data-exclude=1></script> | ||
| 308 | 298 | ||
| 309 | <script src="/assets/js/common.js"></script> | 299 | <script src="/assets/js/common.js"></script> |
| 310 | <script src="/assets/js/dictionary.js"></script> | 300 | <script src="/assets/js/dictionary.js"></script> |
| @@ -457,5 +447,16 @@ $(function(){ | @@ -457,5 +447,16 @@ $(function(){ | ||
| 457 | } | 447 | } |
| 458 | 448 | ||
| 459 | </script> | 449 | </script> |
| 450 | + | ||
| 451 | +<!-- 地图相关 --> | ||
| 452 | +<!-- 百度 --> | ||
| 453 | +<script src="http://api.map.baidu.com/api?v=2.0&ak=IGGrr4UjwIYzatoCRFKEL8sT" data-exclude=1></script> | ||
| 454 | +<script src="http://api.map.baidu.com/library/TrafficControl/1.4/src/TrafficControl_min.js" data-exclude=1></script> | ||
| 455 | +<script type="text/javascript" src="http://api.map.baidu.com/library/DrawingManager/1.4/src/DrawingManager_min.js" data-exclude=1></script> | ||
| 456 | +<script type="text/javascript" src="http://api.map.baidu.com/library/RichMarker/1.2/src/RichMarker_min.js " data-exclude=1></script> | ||
| 457 | +<script src="/assets/js/baidu/TextIconOverlay.js" data-exclude=1></script> | ||
| 458 | +<script src="/assets/js/baidu//MarkerClusterer.js" data-exclude=1></script> | ||
| 459 | +<!-- 高德 --> | ||
| 460 | +<script src="http://webapi.amap.com/maps?v=1.3&key=16cb1c5043847e09ef9edafdd77befda" data-exclude=1></script> | ||
| 460 | </body> | 461 | </body> |
| 461 | </html> | 462 | </html> |
| 462 | \ No newline at end of file | 463 | \ No newline at end of file |