This commit is contained in:
ygx
2026-03-21 22:37:48 +08:00
parent d59c591951
commit f5ef075fb1
7 changed files with 1254 additions and 98 deletions

View File

@@ -133,6 +133,16 @@ const OPS: AppRouteRecordRaw = {
roles: ['*'],
},
},
{
path: 'favorite',
name: 'Favorite',
component: () => import('@/views/ops/pages/favorite/index.vue'),
meta: {
locale: '收藏管理',
requiresAuth: true,
roles: ['*'],
},
},
],
}