From d71fd5702c0dca993742cb421e7203eafefd2d97 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期四, 17 六月 2021 19:22:26 +0800 Subject: [PATCH] 修复朔黄视频标注 --- src/api/shuohuang.ts | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/api/shuohuang.ts b/src/api/shuohuang.ts index 869ca98..c53c2dd 100644 --- a/src/api/shuohuang.ts +++ b/src/api/shuohuang.ts @@ -167,4 +167,10 @@ url: '/data/api-c/lkg/uploadLKGExcel', method: 'post', data + }) + +export const getLKGData = () => + request({ + url: '/data/api-c/lkg/getLKGData', + method: 'get', }) \ No newline at end of file -- Gitblit v1.8.0