From c8a019bb1edc32511cffd2c04f63c98ce688e5d3 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 10 Nov 2023 17:34:31 +0800
Subject: [PATCH] 通知公告
---
api/notice/notice.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/api/notice/notice.js b/api/notice/notice.js
new file mode 100644
index 0000000..2c78494
--- /dev/null
+++ b/api/notice/notice.js
@@ -0,0 +1,11 @@
+import http from '@/http/api.js'
+
+export const getPage = (params) => {
+ return http.request({
+ url: '/blade-notice/notice/page',
+ method: 'GET',
+ params: {
+ ...params
+ }
+ })
+}
--
Gitblit v1.9.3