From b1cd4c4ed52dd7887fa842fac257284e444cd0f2 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 02 七月 2021 14:02:27 +0800 Subject: [PATCH] excel下载bug --- src/api/shuohuang.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/shuohuang.ts b/src/api/shuohuang.ts index 7fa5d49..083f5da 100644 --- a/src/api/shuohuang.ts +++ b/src/api/shuohuang.ts @@ -192,6 +192,6 @@ }) export const downloadFile = () => request({ - url: '/data/api-c/event/getEventVideo', + url: '/data/api-c/user/downloadExcel', method: 'get', }) \ No newline at end of file -- Gitblit v1.8.0