feat(layout): 添加消息中心入口

This commit is contained in:
2025-04-17 21:58:44 +08:00
parent 70e2de3250
commit dd1504204c

View File

@@ -58,6 +58,9 @@
<a-doption @click="router.push('/user/profile')">
<span>个人中心</span>
</a-doption>
<a-doption @click="router.push('/user/message')">
<span>消息中心</span>
</a-doption>
<a-divider :margin="0" />
<a-doption @click="logout">
<span>退出登录</span>