fix: 完成: 消息中心

This commit is contained in:
2025-04-12 17:03:31 +08:00
parent 06b8e9cf00
commit 9755463cdc
10 changed files with 2177 additions and 136 deletions

View File

@@ -91,11 +91,11 @@ const getNoticeList = async () => {
color: typeColors[item.type],
isRead: item.status
}));
} else {
notifications.value = [];
}
} catch (error) {
console.error('获取消息列表失败:', error);
} finally {
}
};
getNoticeList();