flat:清理不用的文件

This commit is contained in:
Apcallover
2024-05-17 15:13:42 +08:00
parent 42534ac881
commit 9da9263693
2 changed files with 7 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_567566_pwc3oottzol.css"></link>
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_1066523_6bvkeuqao36.css"></link>
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_1939523_a2ybsew93wu.css"></link>
<link rel="icon" href="">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>德阳市智慧就业服务平台</title>
<style>
html,
@@ -107,8 +107,8 @@
<!-- <script src="//map.qq.com/api/js?v=2.exp&key=FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI"></script>-->
<!-- <script src="//3gimg.qq.com/lightmap/components/geolocation/geolocation.min.js"></script>-->
<!-- <script defer src="//map.qq.com/api/js?v=2.exp&key=FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI"></script>-->
<script defer src="<%= BASE_URL %>resource/geolocation.min.js"></script>
<!--<script defer src="//map.qq.com/api/js?v=2.exp&key=FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI"></script>-->
<!--<script defer src="<%= BASE_URL %>resource/geolocation.min.js"></script>-->
</body>
</html>

View File

@@ -150,6 +150,10 @@ export default {
}
},
methods: {
geolocation() {
this.longitude = 104.397894;
this.latitude = 31.126855;
},
initMap() {
this.map = new Map({
target: 'map',