接口前缀调整
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
// 跳转我的站内信
|
||||
|
||||
Reference in New Issue
Block a user