Commit e81904b6 authored by 华国豪's avatar 华国豪 🙄

修复定位不得行

parent 57b48df1
...@@ -811,7 +811,7 @@ ...@@ -811,7 +811,7 @@
google.maps.MarkerWithLabel = MarkerWithLabel; google.maps.MarkerWithLabel = MarkerWithLabel;
</script> </script>
<!-- <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> --> <!-- <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> -->
<script type="text/javascript" src="https://webapi.amap.com/maps?v=1.3&key=d4332e5adb8b584442266763d20b978c"></script> <script type="text/javascript" src="https://webapi.amap.com/maps?v=1.3&key=86f2f611126f36b93cf2ef280300524f&plugin=AMap.CitySearch"></script>
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>athena</title> <title>athena</title>
</head> </head>
......
This diff is collapsed.
...@@ -6,7 +6,10 @@ module.exports = { ...@@ -6,7 +6,10 @@ module.exports = {
'components': '@/components', 'components': '@/components',
'views': '@/views', 'views': '@/views',
} }
}, },
devServer: {
// host: 'www.B2B.com',
},
externals: { externals: {
BMap: 'BMap' BMap: 'BMap'
} }
......
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