杨航修改学习页

This commit is contained in:
田岩
2025-09-02 11:09:23 +08:00
parent 8f080fadd6
commit 14f3b2e294
7 changed files with 71 additions and 25 deletions
+8
View File
@@ -31,4 +31,12 @@ export const oneTimeRead = (data) => {
toastErrors: true,
data
});
};
export const noticeMessageCount = (data) => {
return request({
url: base_url + '/traPersonalMessageNotice/noticeMessageCount',
method: 'post',
data
});
};