fix: 完成: 消息中心
This commit is contained in:
@@ -91,11 +91,11 @@ const getNoticeList = async () => {
|
||||
color: typeColors[item.type],
|
||||
isRead: item.status
|
||||
}));
|
||||
} else {
|
||||
notifications.value = [];
|
||||
}
|
||||
|
||||
} catch (error) {
|
||||
console.error('获取消息列表失败:', error);
|
||||
} finally {
|
||||
}
|
||||
};
|
||||
getNoticeList();
|
||||
|
||||
Reference in New Issue
Block a user