吉安感知网项目-前端
张含笑
2026-02-04 68e6afe2bc6ce68b341e7dccff4bd1b0e5f2c905
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>