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_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_1066523_6bvkeuqao36.css"></link>
|
||||||
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_1939523_a2ybsew93wu.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>
|
<title>德阳市智慧就业服务平台</title>
|
||||||
<style>
|
<style>
|
||||||
html,
|
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="//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 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="//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>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -150,6 +150,10 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
geolocation() {
|
||||||
|
this.longitude = 104.397894;
|
||||||
|
this.latitude = 31.126855;
|
||||||
|
},
|
||||||
initMap() {
|
initMap() {
|
||||||
this.map = new Map({
|
this.map = new Map({
|
||||||
target: 'map',
|
target: 'map',
|
||||||
|
|||||||
Reference in New Issue
Block a user