feat: 内容稿件上传、编辑
This commit is contained in:
@ -28,6 +28,20 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
},
|
||||
component: () => import('@/views/creative-generation-workshop/manuscript/list/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'upload/:id',
|
||||
name: 'ManuscriptUpload',
|
||||
meta: {
|
||||
locale: '稿件上传',
|
||||
requiresAuth: false,
|
||||
requireLogin: false,
|
||||
hideFooter: true,
|
||||
roles: ['*'],
|
||||
hideInMenu: true,
|
||||
activeMenu: 'ManuscriptList',
|
||||
},
|
||||
component: () => import('@/views/creative-generation-workshop/manuscript/upload/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'edit/:id',
|
||||
name: 'ManuscriptEdit',
|
||||
@ -46,7 +60,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
path: 'detail/:id',
|
||||
name: 'ManuscriptDetail',
|
||||
meta: {
|
||||
locale: '账号详情',
|
||||
locale: '稿件详情',
|
||||
requiresAuth: false,
|
||||
requireLogin: false,
|
||||
roles: ['*'],
|
||||
|
||||
Reference in New Issue
Block a user