From a494c0ed160491e214d81cce01a4c79ef2aebc4b Mon Sep 17 00:00:00 2001
From: luJianJun <2587063613@qq.com>
Date: Thu, 24 Aug 2023 14:44:59 +0800
Subject: [PATCH] =?UTF-8?q?iframe=E5=9F=9F=E5=90=8D=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/pages/chat/components/iframe.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/chat/components/iframe.tsx b/src/pages/chat/components/iframe.tsx
index 93b0165..d4cafc7 100644
--- a/src/pages/chat/components/iframe.tsx
+++ b/src/pages/chat/components/iframe.tsx
@@ -15,7 +15,7 @@ export default () => {
         <Switch>
             <Match when={id()}>
                 <div style={{ width: '100%', height: '100%' }} id='iframe'>
-                    {/* <iframe src={`/share/?id=${id()}`} style={{ width: '100%', height: '100%' }}></iframe> */}
+                    <iframe src={`/share/?id=${id()}`} style={{ width: '100%', height: '100%' }}></iframe>
                 </div>
             </Match>
             <Match when={!id()}>