This commit is contained in:
luyuan 2020-10-14 15:36:13 +08:00
parent 5fb97c7c78
commit 5832f7a0bc
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

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)
}
}