Commit b5894a94 authored by 李纪文's avatar 李纪文

fix: 修改视频传参问题

parent 2bbd320d
...@@ -4,7 +4,7 @@ const REQUEST_METHOD_GET = 'get'; ...@@ -4,7 +4,7 @@ const REQUEST_METHOD_GET = 'get';
const REQUEST_METHOD_POST = 'post'; const REQUEST_METHOD_POST = 'post';
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef
const baseURI = typeof DUMI_TYPE !== 'undefined' && DUMI_TYPE === 'dumi' ? '/api' : ''; const baseURI = typeof DUMI_TYPE !== 'undefined' && DUMI_TYPE === 'dumi' ? '/api' : '';
const CommonPath = window?.globalConfig?.hasGateWay ? '/PandaCore/GateWay' : ''; const CommonPath = '';
// 录像回放 // 录像回放
export function videoPlayback(params) { export function videoPlayback(params) {
......
import { Button, message, Modal } from 'antd'; import { message, ConfigProvider } from 'antd';
import { useEffect, useState, useContext, useRef, useImperativeHandle } from 'react'; import { useEffect, useState, useContext, useRef, useImperativeHandle } from 'react';
import TestVideo from '../index'; import TestVideo from '../index';
import classNames from 'classnames'; import classNames from 'classnames';
import { DatePicker, TimePicker, Calendar, theme, ConfigProvider } from 'antd';
import Empty from '@wisdom-components/empty'; import Empty from '@wisdom-components/empty';
import { videoPlayback, newPlayback } from '../apis'; import { videoPlayback, newPlayback } from '../apis';
import './index.less'; import './index.less';
......
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