• 陈龙's avatar
    :art: chore(release): Publish · c07c2bc9
    陈龙 authored
     - @wisdom-components/videoslidermodal@1.1.29
     - @wisdom-components/VmsVideo@1.2.23
     - @wisdom-components/ec_configurationview@1.4.77
     - @wisdom-components/ec_historyview@1.16.1
    c07c2bc9

@wisdom-components/VmsVideo

TODO: description

Usage

const VmsVideo = require('@wisdom-components/VmsVideo');

# VmsVideo 视频组件


## 视频组件 - 基本
### api 参考 Jessibuca 组件 https://jessibuca.com/api.html
## 在使用该组件时,需将组件中 JessibucaVideo 文件夹,拷贝至环境根目录 public 中
## 且需在子应用或者基座上的入口文件index.html或者index.ejs中,用script标签将jessibuca.js引入
如:<br/>
    `<script type="text/javascript" src="/civ_energy/JessibucaVideo/jessibuca.js"></script>`<br/>
    `<script type="text/javascript" src="/civbase/JessibucaVideo/jessibuca.js"></script>`