From c369295dd32f5ef519132d3b8bb0fcfdd1de63a5 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 14 Oct 2025 14:08:09 +0800
Subject: [PATCH] feat: webviewplus

---
 src/pages/inspectionTask/index.vue |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/src/pages/inspectionTask/index.vue b/src/pages/inspectionTask/index.vue
index 063f3b0..2500651 100644
--- a/src/pages/inspectionTask/index.vue
+++ b/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>-->

--
Gitblit v1.9.3