Commit ed08caeb authored by xuchaozou's avatar xuchaozou

fix: 修复高德搜索失效

parent 0435fd15
Pipeline #97090 failed with stages
......@@ -28,5 +28,10 @@
<!-- A lot of magic happens in this file. HtmlWebpackPlugin automatically injects all assets (e.g. bundle.js, main.css) with the correct HTML tags, which is why they are missing in this file. Don't add any assets here! (Check out webpack.dev.babel.js and webpack.prod.babel.js if you want to know more) -->
</body>
<script src="https://webapi.amap.com/maps?v=2.0&key=c7c2931895f0627fe659d2e82d914f29&plugin=AMap.DistrictSearch,AMap.MouseTool"></script>
<script>
window._AMapSecurityConfig = {
securityJsCode: "aba4814ec12e8c660a6232c515cdb44b",
};
</script>
<script src="https://webapi.amap.com/maps?v=2.0&key=7807c18b1c710b116f9e1a3ddf081377&plugin=AMap.DistrictSearch,AMap.MouseTool"></script>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment