From ffdd5553df11611e6864a9bd76789f883df2fa5c Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 01 Dec 2025 09:20:16 +0800
Subject: [PATCH] feat:如果工单详情返回任务详情,那么tab栏对应的是关联事件一项
---
src/components/WebViewPlus.vue | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/components/WebViewPlus.vue b/src/components/WebViewPlus.vue
index d697186..437b7a8 100644
--- a/src/components/WebViewPlus.vue
+++ b/src/components/WebViewPlus.vue
@@ -1,15 +1,10 @@
<template>
<web-view :src="src" @message="viewMessage" :allow="allow"/>
- <!-- #ifdef WEB -->
- <TUICallKit/>
- <!-- #endif WEB -->
</template>
<script setup>
-// #ifdef WEB
-import {TUICallKit} from "@trtc/calls-uikit-vue";
-// #endif
+
const allow = "accelerometer;ambient-light-sensor;autoplay;battery;camera;clipboard-read;clipboard-write;cross-origin-isolated;display-capture;document-domain;encrypted-media;execution-while-not-rendered;execution-while-out-of-viewport;fullscreen;gamepad;geolocation;gyroscope;hid;idle-detection;local-fonts;magnetometer;microphone;midi;payment;picture-in-picture;publickey-credentials-get;screen-wake-lock;serial;speaker-selection;storage-access;sync-xhr;usb;web-share;xr-spatial-tracking"
const src = defineModel("src");
--
Gitblit v1.9.3