Merge pull request '删除' (#43) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/43
This commit is contained in:
luyuan 2020-10-14 15:36:29 +08:00
commit 8703d9b303

View File

@ -211,7 +211,6 @@ export async function videodetail(data?:any) {
export async function videodel(data:any) {
const res = await post<Liveaddrule>('live',data);
console.log(res)
}
}