mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-10 02:57:12 +08:00
chore: 优化通知公告跳转消息中心的方式
This commit is contained in:
@@ -60,7 +60,7 @@ const onDetail = (id: number) => {
|
||||
|
||||
// 打开消息中心
|
||||
const open = () => {
|
||||
window.open('/user/message?tab=notice')
|
||||
router.push({ path: '/user/message', query: { tab: 'notice' } })
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user