feat: 添加搜藏功能 与页面

This commit is contained in:
alger
2024-12-09 21:55:08 +08:00
parent 1e60fa9a95
commit 721d2a9704
7 changed files with 280 additions and 14 deletions
+9
View File
@@ -50,6 +50,15 @@ const layoutRouter = [
},
component: () => import('@/views/history/index.vue'),
},
{
path: '/favorite',
name: 'favorite',
component: () => import('@/views/favorite/index.vue'),
meta: {
title: '我的收藏',
icon: 'icon-likefill',
},
},
{
path: '/user',
name: 'user',