Browse Source

··

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

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

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

Loading…
Cancel
Save