From b331bd7f239b38039dd8437e51ea4df7b80bdfb2 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Thu, 7 Oct 2021 21:47:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=BD=93url=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E6=97=B6=E9=87=8D=E6=96=B0=E5=8A=A0=E8=BD=BDwebview=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/plugins/com.msgbyte.webview/src/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/plugins/com.msgbyte.webview/src/index.tsx b/web/plugins/com.msgbyte.webview/src/index.tsx index b7154c73..31eff60b 100644 --- a/web/plugins/com.msgbyte.webview/src/index.tsx +++ b/web/plugins/com.msgbyte.webview/src/index.tsx @@ -10,8 +10,10 @@ const GroupWebPanelRender = () => { return
加载失败, 面板信息不存在
; } + const url = groupPanelInfo.meta?.url; + return ( -