From 4a4be8048f17e304b7a937e93150ded341f65ad7 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 02 十二月 2024 15:04:56 +0800 Subject: [PATCH] 项目库导出 --- src/router/index.js | 26 -------------------------- 1 files changed, 0 insertions(+), 26 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 8335f76..396f639 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -179,32 +179,6 @@ } ] }, - { - path: '/project', - component: Layout, - children: [ - { - path: '/projectPlan/index', - component: () => import('@/views/projectPlan/index'), - name: 'Index', - meta: { title: '椤圭洰璁″垝' } - }, - /** 椤圭洰璁″垝璁板綍 */ - { - path: '/projectPlan/planRecord', - component: () => import('@/views/projectPlan/planRecord'), - name: 'PlanRecord', - meta: { title: '椤圭洰璁″垝璁板綍' } - }, - /** 椤圭洰璁″垝椤� */ - { - path: '/projectPlan/planInfo', - component: () => import('@/views/projectPlan/planInfo'), - name: 'PlanInfo', - meta: { title: '椤圭洰璁″垝椤�' } - } - ] - }, ] // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇 -- Gitblit v1.8.0