diff --git a/src/router/routes/modules/creativeGenerationWorkshop.ts b/src/router/routes/modules/creativeGenerationWorkshop.ts index 6dd7ad1..70a2a17 100644 --- a/src/router/routes/modules/creativeGenerationWorkshop.ts +++ b/src/router/routes/modules/creativeGenerationWorkshop.ts @@ -79,7 +79,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [ requireLogin: false, roles: ['*'], }, - component: () => import('@/views/creative-generation-workshop/manuscript/check/index.vue'), + component: () => import('@/views/creative-generation-workshop/manuscript/check-list/index.vue'), }, { path: 'check/:id', diff --git a/src/views/creative-generation-workshop/manuscript/check/components/filter-block/index.vue b/src/views/creative-generation-workshop/manuscript/check-list/components/filter-block/index.vue similarity index 71% rename from src/views/creative-generation-workshop/manuscript/check/components/filter-block/index.vue rename to src/views/creative-generation-workshop/manuscript/check-list/components/filter-block/index.vue index c8bca08..99add2c 100644 --- a/src/views/creative-generation-workshop/manuscript/check/components/filter-block/index.vue +++ b/src/views/creative-generation-workshop/manuscript/check-list/components/filter-block/index.vue @@ -40,7 +40,7 @@ -