1 Star 0 Fork 201

nzj / MediaServerUI

forked from Kyle / MediaServerUI 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
global.js 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
__z2xy__ 提交于 2020-05-09 17:50 . save code
const serverip="172.16.63.208"
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
}
JavaScript
1
https://gitee.com/nzj/MediaServerUI.git
git@gitee.com:nzj/MediaServerUI.git
nzj
MediaServerUI
MediaServerUI
master

搜索帮助