From 483f167ad09eda3dcf7c7d2a725ff0050faf8b1b Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 28 七月 2025 14:58:50 +0800 Subject: [PATCH] 1 --- 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