Browse Source

fix(): 修改高德配置

tags/PMS_V1.0.0_Alpha7
chenqiang 1 year ago
parent
commit
6644760c2a
  1. 11
      public/index.html

11
public/index.html

@ -10,13 +10,22 @@
<script src="./static/js/is/is.js"></script> <script src="./static/js/is/is.js"></script>
<script type="text/javascript"> <script type="text/javascript">
window._AMapSecurityConfig = { window._AMapSecurityConfig = {
securityJsCode: "1d43b5e31e80daa578a5276e228f1f2b",
};
</script>
<script src="//a.amap.com/Loca/static/mock/heatmapData.js"></script>
<script src="https://webapi.amap.com/maps?v=1.4.15&key=6e673b762fa5c589c0b5c7d651e77074"></script>
<script type="text/javascript"
src="https://webapi.amap.com/maps?v=1.4.15&key=6e673b762fa5c589c0b5c7d651e77074&plugin=AMap.MarkerClusterer"></script>
<!-- <script type="text/javascript">
window._AMapSecurityConfig = {
securityJsCode: "a82c766d50b78edbae71b6a8131fa01d", securityJsCode: "a82c766d50b78edbae71b6a8131fa01d",
}; };
</script> </script>
<script src="//a.amap.com/Loca/static/mock/heatmapData.js"></script> <script src="//a.amap.com/Loca/static/mock/heatmapData.js"></script>
<script src="https://webapi.amap.com/maps?v=1.4.15&key=a54fb01ed4e07686adc0eddf4e18afd7"></script> <script src="https://webapi.amap.com/maps?v=1.4.15&key=a54fb01ed4e07686adc0eddf4e18afd7"></script>
<script type="text/javascript" <script type="text/javascript"
src="https://webapi.amap.com/maps?v=1.4.15&key=a54fb01ed4e07686adc0eddf4e18afd7&plugin=AMap.MarkerClusterer"></script>
src="https://webapi.amap.com/maps?v=1.4.15&key=a54fb01ed4e07686adc0eddf4e18afd7&plugin=AMap.MarkerClusterer"></script> -->
<script> <script>
const baseApi = "<%= htmlWebpackPlugin.options.baseApi %>" const baseApi = "<%= htmlWebpackPlugin.options.baseApi %>"
</script> </script>

Loading…
Cancel
Save