yuan_yi 3 years ago
parent
commit
a0e55f01e7
  1. 2
      code/VideoAccess-VCMP/web/client/src/layout/index.jsx

2
code/VideoAccess-VCMP/web/client/src/layout/index.jsx

@ -190,7 +190,7 @@ const Root = props => {
</ConfigProvider>
: ''
}
<iframe id="iotAuth" src={"http://localhost:5200/cross"} style={{ position: 'absolute', top: 0, height: 1, visibility: 'hidden' }} frameBorder={0} >
<iframe id="iotAuth" src={"http://10.8.30.82:5200/cross"} style={{ position: 'absolute', top: 0, height: 1, visibility: 'hidden' }} frameBorder={0} >
<p>你的浏览器不支持 iframe</p>
</iframe>
</>

Loading…
Cancel
Save