1 Star 0 Fork 32

shatanzhihu/wvp-GB28181(vue-web)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
global.js 402 Bytes
一键复制 编辑 原始数据 按行查看 历史
wenxiaod 提交于 2020-12-17 10:40 . 流媒体视频前端部分上传
const serverip="192.168.0.117:8080" //服务器IP
const host = 'http://' + serverip + '/index/api'; //服务器接口
const secret = '035c73f7-bb6b-4889-a715-d9eb2d1925cc'; //服务器密钥
const baseMediaUrl='ws://' + serverip + '/'; //流媒体接口
function genApiUrl(method){
return host+method+"?secret="+secret;
}
export default{
serverip,
host,
secret,
genApiUrl,
baseMediaUrl
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shatanzhihu/WVP-VUE-WEB.git
git@gitee.com:shatanzhihu/WVP-VUE-WEB.git
shatanzhihu
WVP-VUE-WEB
wvp-GB28181(vue-web)
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385