feat: sport notification link

This commit is contained in:
shixi
2025-11-12 00:55:24 +08:00
parent dbc5ea32ae
commit 0bbb20fee0
6 changed files with 121 additions and 1 deletions

View File

@@ -54,6 +54,24 @@ const notifications = ref<NotificationItem[]>([
message: '描述信息描述信息描述信息',
title: '代办提醒',
},
{
id: 5,
avatar: 'https://avatar.vercel.sh/satori',
date: '1天前',
isRead: false,
message: '描述信息描述信息描述信息',
title: '跳转Workspace示例',
link: '/workspace',
},
{
id: 6,
avatar: 'https://avatar.vercel.sh/satori',
date: '1天前',
isRead: false,
message: '描述信息描述信息描述信息',
title: '跳转外部链接示例',
link: 'https://doc.vben.pro',
},
]);
const userStore = useUserStore();