From 182a5b6da26a6fa461a190fc5c371034f1a3bc63 Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期一, 26 十二月 2022 10:01:19 +0800
Subject: [PATCH] 公共宣传内容不显示修改

---
 src/api/common.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/common.js b/src/api/common.js
index fd002a4..2dfdc43 100644
--- a/src/api/common.js
+++ b/src/api/common.js
@@ -33,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