This commit is contained in:
2020-10-14 15:36:13 +08:00
parent 5fb97c7c78
commit 5832f7a0bc

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