注释定位失败提示代码

This commit is contained in:
冯辉
2025-11-18 19:31:17 +08:00
parent b6e3e2749e
commit 4dd938e886
4 changed files with 29 additions and 30 deletions

View File

@@ -49,7 +49,7 @@ const useLocationStore = defineStore("location", () => {
}
longitudeVal.value = resd.longitude
latitudeVal.value = resd.latitude
msg('用户位置获取失败,使用模拟定位')
// msg('用户位置获取失败,使用模拟定位')
resole(resd)
},
complete: function(e) {