罗广辉
2025-10-14 c369295dd32f5ef519132d3b8bb0fcfdd1de63a5
src/pages/inspectionTask/index.vue
@@ -13,3 +13,22 @@
<style scoped lang="scss">
</style>
<!--<template>-->
<!--  <WebViewPlus :src="`${viewUrl}`" @webMessage="onPostMessage"/>-->
<!--</template>-->
<!--<script setup>-->
<!--import {useUserStore} from "@/store/index.js";-->
<!--import WebViewPlus from "@/components/WebViewPlus.vue";-->
<!--const userStore = useUserStore();-->
<!--const viewUrl = `http://192.168.1.15:5174/drone-app-web-view/#/appTaskDetails?params=${JSON.stringify(userStore?.userInfo)}`;-->
<!--function onPostMessage(data) {-->
<!--  console.log(data)-->
<!--}-->
<!--</script>-->
<!--<style scoped lang="scss">-->
<!--</style>-->