flat: bug修复2
This commit is contained in:
@@ -39,6 +39,7 @@ const useLocationStore = defineStore("location", () => {
|
||||
type: 'gcj02',
|
||||
highAccuracyExpireTime: 3000,
|
||||
isHighAccuracy: true,
|
||||
timeout: 2000,
|
||||
success: function(data) {
|
||||
longitudeVal.value = Number(data.longitude)
|
||||
latitudeVal.value = Number(data.latitude)
|
||||
|
||||
Reference in New Issue
Block a user