From bfca3aba02185d19d3ce83c2cc1f579853e97118 Mon Sep 17 00:00:00 2001
From: memorylkf <312904636@qq.com>
Date: Fri, 16 Jan 2026 20:37:19 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20[=E5=B7=A5=E4=BD=9C=E5=8F=B0]=20?=
=?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/business/home/home.js | 7 +++++
src/views/index.vue | 62 +++++++++++++++++++++++++++++++++++++++++--
2 files changed, 67 insertions(+), 2 deletions(-)
diff --git a/src/api/business/home/home.js b/src/api/business/home/home.js
index 9f4de41..24edc22 100644
--- a/src/api/business/home/home.js
+++ b/src/api/business/home/home.js
@@ -7,3 +7,10 @@ export function home_count(query) {
params: query
})
}
+export function home_noticeList(query) {
+ return request({
+ url: '/system/business/home/noticeList',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/src/views/index.vue b/src/views/index.vue
index 5aa30c0..f3efb07 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -51,13 +51,30 @@
-
+
+ 系统通知
+
+
+
+
{{item.title}}
+
{{item.createTime}}
+
+
+
+
+