From c7469266083617ecfd2fa4434eee915f067f8dd3 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Thu, 12 Jan 2023 21:48:53 +0800 Subject: [PATCH] =?UTF-8?q?1.12=20iframe=E9=AB=98=E5=BA=A6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ApprovalModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ApprovalModal/index.tsx b/src/components/ApprovalModal/index.tsx index 9b82e09..9aaf56a 100644 --- a/src/components/ApprovalModal/index.tsx +++ b/src/components/ApprovalModal/index.tsx @@ -12,7 +12,7 @@ interface ApprovalModalProps { const ApprovalModal: React.FC = (props) => { const { modalVisible, onCancel, url } = props; const iframeContent = useMemo(() => { - return url != "" &&