From 5832f7a0bc1017d02d5e5d1ede1462505c0ae5a8 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Wed, 14 Oct 2020 15:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/index.ts b/src/api/index.ts index 5660d65..493ab4f 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -211,7 +211,6 @@ export async function videodetail(data?:any) { export async function videodel(data:any) { const res = await post('live',data); console.log(res) - } }