From 8509d53e6fed61a9217889225e49dd89052b5f11 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 05 十二月 2024 05:42:56 +0800
Subject: [PATCH] 流程办理回显逻辑变更:处理当前节点只拉取上一个节点及本节点的表单数据,且无论提交数据还是审核都用一个页面

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

diff --git a/src/router/index.js b/src/router/index.js
index 789c581..396f639 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -179,39 +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: '缂栬緫椤圭洰璁″垝椤�' }
-      },
-      /** 鏌ョ湅椤圭洰璁″垝椤� */
-      {
-        path: '/projectPlan/planInfoCheck',
-        component: () => import('@/views/projectPlan/planInfoCheck'),
-        name: 'PlanInfoCheck',
-        meta: { title: '鏌ョ湅椤圭洰璁″垝椤�' }
-      }
-    ]
-  },
 ]
 
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇

--
Gitblit v1.8.0