feat
This commit is contained in:
@@ -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: ['*'],
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user