Commit f37a725e authored by 喻天's avatar 喻天

fix: 修改

parent 4fc88c0f
......@@ -3,6 +3,7 @@ import React, { useRef, useEffect, useImperativeHandle, forwardRef } from 'react
import App1 from './App';
import style from './index.less';
import * as Jessibuca from './JessibucaVideo/jessibuca';
// proxy.js配置
// '/jessica/': {
// target: wsServerPath,
......@@ -17,6 +18,7 @@ const Video = (props, ref) => {
const _video = useRef(null);
const { VideoInfo, JessibucaObj } = props;
let baseUrl = `ws://${window.location.host}/jessica`;
let _VideoInfo = {
title: '摄像头',
url: `${baseUrl}/live/s8`,
......
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