删除 #43

Merged
theluyuan merged 1 commits from xbx into master 2020-10-14 07:36:30 +00:00

View File

@ -211,7 +211,6 @@ export async function videodetail(data?:any) {
export async function videodel(data:any) { 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)
}
} }