From efa31c94b13ec01c7ba4de8535b3c11a1f51a4a2 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 25 十一月 2024 21:20:03 +0800 Subject: [PATCH] el-row 样式修改 --- src/router/index.js | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 71907b6..15e528b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -87,7 +87,39 @@ meta: { title: '涓汉涓績', icon: 'user' } } ] - } + }, + { + path: '/process', + component: Layout, + hidden: true, + children: [ + { + path: ':taskType/:step/:taskId', + component: () => import('@/views/todo/processTask'), + name: 'process', + meta: { title: '澶勭悊寰呭姙' } + } + ] + }, + { + path: '/project', + component: Layout, + children: [ + { + path: '/plan/index', + component: () => import('@/views/project/plan/index'), + name: 'Index', + meta: { title: '椤圭洰璁″垝' } + }, + /** 椤圭洰璁″垝璁板綍 */ + { + path: '/plan/planRecord', + component: () => import('@/views/project/plan/planRecord'), + name: 'PlanRecord', + meta: { title: '椤圭洰璁″垝璁板綍' } + } + ] + }, ] // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇 -- Gitblit v1.8.0