From 56884922ab73583c931e045f6b40c23433dfac5f Mon Sep 17 00:00:00 2001 From: cqf <2252655793@qq.com> Date: 星期五, 13 五月 2022 16:16:29 +0800 Subject: [PATCH] 众泰接口对接 --- src/router/index.js | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index f56f76d..cc13a9f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -54,7 +54,8 @@ { path: '/', component: Layout, - redirect: '/workPlan/workPlan/reserve', + // redirect: '/workPlan/workPlan/reserve', + redirect: '/accidentHidden/majorHidden', children: [ { path: 'dashboard', @@ -324,6 +325,13 @@ // meta: { title: '自查隐患管理-填写督察', icon: '' } hidden: true }, + { + path: '/dangerDetails', + // name: '隐患详情', + component: () => import('@/views/dangerDetails/dnagerDetails'), + // meta: { title: '自查隐患管理-填写督察', icon: '' } + hidden: true + }, ] } ] -- Gitblit v1.9.2