feat(Workflow): 添加工作流功能,包含工作流列表和相关接口定义

This commit is contained in:
jxxghp
2025-02-22 12:11:38 +08:00
parent 32621ee299
commit c056ec9377
5 changed files with 217 additions and 0 deletions
+8
View File
@@ -68,6 +68,14 @@ const router = createRouter({
subType: '电视剧',
},
},
{
path: '/workflow',
component: () => import('../pages/workflow.vue'),
meta: {
keepAlive: true,
requiresAuth: true,
},
},
{
path: '/calendar',
component: () => import('../pages/calendar.vue'),