Commit 17675f64 authored by 李纪文's avatar 李纪文

fix: 修改

parent f2b4a8a7
......@@ -126,7 +126,7 @@ const Video = (props, ref) => {
// 组件销毁时移除监听事件
window.removeEventListener('resize', resizeUpdate);
};
}, [width, height]);
}, []);
const CommonPath =
VideoInfo.gateway || window?.globalConfig?.hasGateWay ? 'PandaCore/GateWay/Video/' : ''; // 配置了gateway或者pc端web配置中有gateway
......
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