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

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