From 3f14c8d4a6a8a8bdeced78998bd0cce1de6f06a6 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Wed, 10 Apr 2024 18:54:19 +0800
Subject: [PATCH] 无诈上报
---
api/system/index.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/api/system/index.js b/api/system/index.js
index 119fe97..0ce77f2 100644
--- a/api/system/index.js
+++ b/api/system/index.js
@@ -42,4 +42,14 @@
...params
}
})
+}
+
+export const searchContent = (params) => {
+ return http.request({
+ url: '/es/es/page',
+ method: 'get',
+ params: {
+ ...params
+ }
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3