mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-27 09:25:09 +08:00
站内信模块:我的站内信 vue3
This commit is contained in:
@ -71,7 +71,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/userinfo',
|
||||
path: '/user',
|
||||
component: Layout,
|
||||
name: 'UserInfo',
|
||||
meta: {
|
||||
@ -89,6 +89,18 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||
icon: 'ep:user',
|
||||
title: t('common.profile')
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'notify-message',
|
||||
component: () => import('@/views/system/notify/my/index.vue'),
|
||||
name: 'MyNotifyMessage',
|
||||
meta: {
|
||||
canTo: true,
|
||||
hidden: true,
|
||||
noTagsView: false,
|
||||
icon: 'ep:message',
|
||||
title: '我的站内信'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user