1
This commit is contained in:
@@ -24,8 +24,8 @@ const useLocationStore = defineStore("location", () => {
|
||||
timeout: 10000,
|
||||
success: function(res) {
|
||||
const resd = {
|
||||
longitude: 120.382665,
|
||||
latitude: 36.066938
|
||||
longitude: 75.993802,
|
||||
latitude: 39.468225
|
||||
}
|
||||
if (config.UsingSimulatedPositioning) { // 使用模拟定位
|
||||
longitudeVal.value = resd.longitude
|
||||
@@ -44,8 +44,8 @@ const useLocationStore = defineStore("location", () => {
|
||||
// latitudeVal.value = ''
|
||||
// reject(err)
|
||||
const resd = {
|
||||
longitude: 120.382665,
|
||||
latitude: 36.066938
|
||||
longitude: 75.993802,
|
||||
latitude: 39.468225
|
||||
}
|
||||
longitudeVal.value = resd.longitude
|
||||
latitudeVal.value = resd.latitude
|
||||
|
||||
Reference in New Issue
Block a user