feat: 内容稿件审核列表
This commit is contained in:
@ -81,6 +81,20 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
},
|
||||
component: () => import('@/views/creative-generation-workshop/manuscript/check-list/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'check-list/detail/:id',
|
||||
name: 'ManuscriptCheckListDetail',
|
||||
meta: {
|
||||
locale: '内容稿件审核详情',
|
||||
requiresAuth: false,
|
||||
requireLogin: false,
|
||||
hideFooter: true,
|
||||
hideInMenu: true,
|
||||
roles: ['*'],
|
||||
activeMenu: 'ManuscriptCheckList',
|
||||
},
|
||||
component: () => import('@/views/creative-generation-workshop/manuscript/detail/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'check/:id',
|
||||
name: 'ManuscriptCheck',
|
||||
|
||||
Reference in New Issue
Block a user