This commit is contained in:
2025-12-22 14:20:19 +08:00
parent 8dea3294a5
commit 5d0b9c5a3a

View File

@@ -34,7 +34,7 @@ const useLocationStore = defineStore("location", () => {
fail: function(data) {
longitudeVal.value = defalutLongLat.longitude
latitudeVal.value = defalutLongLat.latitude
resole(defalutLongLat)
reject()
msg('用户位置获取失败')
console.log('失败3', data)
}