From 2fee66bc6651e1460ea1dbfb7affff2afa066add Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 15 Oct 2025 15:52:11 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-app

---
 src/components/WebViewPlus.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/components/WebViewPlus.vue b/src/components/WebViewPlus.vue
index 13eaff8..9811cc1 100644
--- a/src/components/WebViewPlus.vue
+++ b/src/components/WebViewPlus.vue
@@ -9,8 +9,10 @@
 
 function viewMessage(event) {
   messageFun({
-    data: {data: {arg: event.detail.data[0]}},
-    type: 'WEB_INVOKE_APPSERVICE'
+    data: {
+      data: {arg: event.detail.data[0]},
+      type: 'WEB_INVOKE_APPSERVICE'
+    },
   })
 }
 // WEB_INVOKE_APPSERVICE

--
Gitblit v1.9.3