From 05ba26afc5ee6414ed7834fe2d1e43d85b53d0bc Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期六, 23 十一月 2024 15:31:28 +0800 Subject: [PATCH] 项目库基本样式完善2 --- 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