Commit 9179ed53 authored by 皮倩雯's avatar 皮倩雯

修改端口号

parent 6dbdd199
Pipeline #34799 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:8085"+`/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={"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`} />
</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