Commit 943bafb9 authored by 皮倩雯's avatar 皮倩雯

fix: '视频平台bug修复'

parent f6f0da19
Pipeline #57239 passed with stages
/*
* @Description:
* @Description:
* @Author: leizhe
* @Date: 2021-12-23 17:51:09
* @LastEditTime: 2022-08-09 10:05:19
* @LastEditTime: 2022-08-09 14:47:01
* @LastEditors: leizhe
*/
import React, { useEffect, useState } from 'react';
......@@ -26,7 +26,7 @@ const VideoModal = props => {
style={{ border: 0, width: '100%', height: 630 }}
src={
window.location.origin +
`/civbase/civweb4/video/indexAll.html?ID=${obj.EquipmentCode}&skipCheck=true&name=${
`/civweb4/video/indexAll.html?ID=${obj.EquipmentCode}&skipCheck=true&name=${
obj.Name
}&disk=${obj.RecorderName}&site=null`
}
......
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