iframe域名调整

This commit is contained in:
luJianJun 2023-08-24 14:44:59 +08:00
parent 337a3f2d6e
commit a494c0ed16

View File

@ -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()}>