From 8843f2481d30bc8872a6c777af105fa27481b04e Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期三, 28 十二月 2022 17:56:41 +0800 Subject: [PATCH] 导入接口修改 --- src/api/common.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/common.js b/src/api/common.js index 3a514a6..2dfdc43 100644 --- a/src/api/common.js +++ b/src/api/common.js @@ -8,6 +8,7 @@ }) } + export function getImgUrl(val) { return request({ url: '/minio/getUrl', @@ -32,3 +33,11 @@ method: 'get', }) } + +export function checkPass(params) { + return request({ + url: `/report/audit`, + method: 'post', + data:params + }) +} \ No newline at end of file -- Gitblit v1.8.0