flat:清理不用的文件
This commit is contained in:
@@ -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,
|
||||
@@ -108,7 +108,7 @@
|
||||
<!-- <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="<%= BASE_URL %>resource/geolocation.min.js"></script>-->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -150,6 +150,10 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
geolocation() {
|
||||
this.longitude = 104.397894;
|
||||
this.latitude = 31.126855;
|
||||
},
|
||||
initMap() {
|
||||
this.map = new Map({
|
||||
target: 'map',
|
||||
|
||||
Reference in New Issue
Block a user