From 3c4d54bcb66d7cec4a35defc999250e200b4fdd2 Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期四, 25 五月 2023 15:39:37 +0800
Subject: [PATCH] 不予立案
---
src/api/common.js | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/src/api/common.js b/src/api/common.js
index 3a514a6..441ab79 100644
--- a/src/api/common.js
+++ b/src/api/common.js
@@ -8,13 +8,10 @@
})
}
+
export function getImgUrl(val) {
- return request({
- url: '/minio/getUrl',
- method: 'get',
- params: {
- fileName: val
- }
+ return new Promise(resolve => {
+ resolve("/minio/img/" + val)
})
}
@@ -32,3 +29,11 @@
method: 'get',
})
}
+
+export function checkPass(params) {
+ return request({
+ url: `/report/audit`,
+ method: 'post',
+ data: params
+ })
+}
--
Gitblit v1.8.0