mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +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
	 YunaiV
					YunaiV