iframe域名调整
This commit is contained in:
parent
337a3f2d6e
commit
a494c0ed16
@ -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()}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user