From 59dd5c96e8bca3341d1166a9a350f0731436817b Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期四, 24 七月 2025 10:27:41 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb

---
 src/api/system/config.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/api/system/config.js b/src/api/system/config.js
index a404d82..6a60353 100644
--- a/src/api/system/config.js
+++ b/src/api/system/config.js
@@ -33,7 +33,14 @@
     data: data
   })
 }
-
+// 鏂板鍙傛暟閰嶇疆
+export function yidu(data) {
+  return request({
+    url: '/system/notice/readNotice ',
+    method: 'post',
+    data: data
+  })
+}
 // 淇敼鍙傛暟閰嶇疆
 export function updateConfig(data) {
   return request({

--
Gitblit v1.8.0