Browse Source

··

dev_trial
巴林闲侠 2 years ago
parent
commit
fb2cd9354f
  1. 4
      code/VideoAccess-VCMP/web/client/src/layout/index.jsx

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

@ -248,8 +248,8 @@ const Root = props => {
{
resourceRoot.iotAuthWeb && !window.__MICRO_APP_ENVIRONMENT__ ?
<iframe id="iotAuth" src={`${resourceRoot.iotAuthWeb}/cross`} style={{ position: 'absolute', top: 0, height: 1, visibility: 'hidden' }} frameBorder={0} >
<p p > 你的浏览器不支持 iframe</p >
</iframe >
<p> 你的浏览器不支持 iframe</p>
</iframe>
: ''
}
</>

Loading…
Cancel
Save