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>