接口前缀调整

This commit is contained in:
qsh
2024-05-23 18:07:49 +08:00
parent 33be215c0a
commit 8adaf72682
18 changed files with 124 additions and 84 deletions

View File

@@ -16,10 +16,9 @@ const getList = async () => {
// 获得未读消息数
const getUnreadCount = async () => {
unreadCount.value = 9
// NotifyMessageApi.getUnreadNotifyMessageCount().then((data) => {
// unreadCount.value = data
// })
NotifyMessageApi.getUnreadNotifyMessageCount().then((data) => {
unreadCount.value = data
})
}
// 跳转我的站内信