feat: 上传稿件处理
This commit is contained in:
@ -29,7 +29,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
component: () => import('@/views/creative-generation-workshop/manuscript/list/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'upload/:id',
|
||||
path: 'upload',
|
||||
name: 'ManuscriptUpload',
|
||||
meta: {
|
||||
locale: '稿件上传',
|
||||
|
||||
@ -29,7 +29,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
component: () => import('@/views/creative-generation-workshop/manuscript-writer/list/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'upload/:writerCode/:id',
|
||||
path: 'upload/:writerCode',
|
||||
name: 'WriterManuscriptUpload',
|
||||
meta: {
|
||||
locale: '稿件上传',
|
||||
|
||||
Reference in New Issue
Block a user