From 68bcaee2c71d57b17f5f2960282071074a6a2563 Mon Sep 17 00:00:00 2001 From: yf <428080876@qq.com> Date: Tue, 22 Jun 2021 09:30:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=AF=A6=E6=83=85=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/router/index.js b/src/router/index.js index 22500369a..a782539a5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -222,6 +222,15 @@ const routes = [ title: '标准需求(翻译)申请流程' } }, + { + path: '/processDetail', + name: 'ProcessDetail', + component: () => import('@/pages/processCenter/pages/processDetail/index.vue'), + meta: { + requireAuth: true, + title: '流程详情' + } + }, { path: '/bzffStep1', name: 'bzffStep1',