mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-13 00:57:09 +08:00
feat: 重构个人消息中心,支持展示个人公告,并优化相关地址
This commit is contained in:
@@ -48,7 +48,7 @@ const getMessageData = async () => {
|
||||
|
||||
// 打开消息中心
|
||||
const open = () => {
|
||||
window.open('/setting/message')
|
||||
window.open('/user/message?tab=msg')
|
||||
}
|
||||
|
||||
// 全部已读
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user