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

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