吉安感知网项目-前端
罗广辉
2026-02-04 b14677f9db4f5e0c96386127e602c32f9353049c
applications/mobile-web-view/src/appPages/work/workDetail/mapWork/index.vue
@@ -20,7 +20,8 @@
const route = useRoute()
const mapCurrentDetail = ref({})
onMounted(async () => {
mapCurrentDetail.value = JSON.parse(decodeURIComponent(route.query.currentItem))
// mapCurrentDetail.value = JSON.parse(decodeURIComponent(route.query.currentItem))
mapCurrentDetail.value = JSON.parse(route.query.currentItem)
})
</script>