From 614cb0ce301f7dfffb89f771723b4779d8caa8b1 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 10 十二月 2024 16:37:49 +0800
Subject: [PATCH] 流程推进页面返回页面

---
 src/router/index.js |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index b8f815d..396f639 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -179,25 +179,6 @@
       }
     ]
   },
-  {
-    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