feat: 上传稿件处理

This commit is contained in:
renxiaodong
2025-08-11 22:05:48 +08:00
parent 7a6e696fc3
commit ab87185a86
10 changed files with 5907 additions and 74 deletions

View File

@ -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: '稿件上传',

View File

@ -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: '稿件上传',