From a379e640135a76666442e98f9e229280c156816c Mon Sep 17 00:00:00 2001 From: sk1551 <15175617877@163.com> Date: Tue, 19 May 2020 10:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E6=97=A5=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E4=B9=8B=E6=A0=87=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/router/index.js | 12 ++++++++++++ ruoyi-ui/src/views/system/dict/data.vue | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index d879f5c9e..c84d803d5 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -102,6 +102,18 @@ export const constantRoutes = [{ meta: { title: '一日流程任务', icon: '' } }] }, + { + path: '/dayflow', + component: Layout, + hidden: true, + children: [{ + path: 'dayflowmanger/dayflowtask/standard/:code(\\d+)', + component: () => + import ('@/views/benyi/dayflow/standard'), + name: 'Standard', + meta: { title: '一日流程标准', icon: '' } + }] + }, { path: '/job', component: Layout, diff --git a/ruoyi-ui/src/views/system/dict/data.vue b/ruoyi-ui/src/views/system/dict/data.vue index 5b367223e..158064639 100644 --- a/ruoyi-ui/src/views/system/dict/data.vue +++ b/ruoyi-ui/src/views/system/dict/data.vue @@ -85,7 +85,7 @@ - +