Commit 74a7a5eb authored by 皮倩雯's avatar 皮倩雯

动态获取接口

parent 9179ed53
Pipeline #34801 skipped with stages
......@@ -35,7 +35,7 @@ const VideoModal = props => {
footer={[]}
>
<div className="pp">
< iframe style={{ border: 0, width: "100%", height: 630, }} src={"http://127.0.0.1:" + window.location.port + `/web4/video/indexAll.html?ID=${obj.EquipmentCode}&skipCheck=true&name=${obj.Name}&disk=${obj.RecorderName}&site=null`} />
< iframe style={{ border: 0, width: "100%", height: 630, }} src={window.location.origin + `/web4/video/indexAll.html?ID=${obj.EquipmentCode}&skipCheck=true&name=${obj.Name}&disk=${obj.RecorderName}&site=null`} />
</div>
</Modal>
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment