feat: 重构个人消息中心,支持展示个人公告,并优化相关地址

This commit is contained in:
2025-04-05 22:43:35 +08:00
parent ec43ba4c8f
commit 89d0d9ebb1
25 changed files with 586 additions and 257 deletions

View File

@@ -48,7 +48,7 @@ const getMessageData = async () => {
// 打开消息中心
const open = () => {
window.open('/setting/message')
window.open('/user/message?tab=msg')
}
// 全部已读

View File

@@ -55,7 +55,7 @@
<icon-down />
</a-row>
<template #content>
<a-doption @click="router.push('/setting/profile')">
<a-doption @click="router.push('/user/profile')">
<span>个人中心</span>
</a-doption>
<a-divider :margin="0" />