From 2765d6b25f13fb00d4c80a0057e4f1f3d0176c95 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 22 十一月 2024 19:28:27 +0800 Subject: [PATCH] 项目库基本样式 --- src/router/index.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 71907b6..caf7b3c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -87,6 +87,19 @@ meta: { title: '涓汉涓績', icon: 'user' } } ] + }, + { + path: '/process', + component: Layout, + hidden: true, + children: [ + { + path: ':taskType/:step/:taskId', + component: () => import('@/views/todo/processTask'), + name: 'process', + meta: { title: '澶勭悊寰呭姙' } + } + ] } ] -- Gitblit v1.8.0