From 82f3709dc9427935d8276d318a1be5015b0c0696 Mon Sep 17 00:00:00 2001 From: zh <314079846@qq.com> Date: 星期一, 25 十一月 2024 12:38:22 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/project_management-vue --- src/router/index.js | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index caf7b3c..e0917a0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -100,7 +100,19 @@ meta: { title: '澶勭悊寰呭姙' } } ] - } + }, + { + path: '/project', + component: Layout, + children: [ + { + path: '/plan/index', + component: () => import('@/views/project/plan/index'), + name: 'Index', + meta: { title: '椤圭洰璁″垝' } + } + ] + }, ] // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇 -- Gitblit v1.8.0