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 | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 6b88c8a..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', @@ -116,7 +117,7 @@ { id: 2, parentId: 0, - path: '/safetyproduction', + path: '/aqscbzh', component: Layout, name: '安全生产标准化', meta: { title: '安全生产标准化', icon: 'el-icon-security' }, @@ -237,6 +238,13 @@ hidden: true }, { + path: '/reboundHiddenDanger', + // name: '风险预控-重复反弹隐患-列表页面', + component: () => import('@/views/hiddenDangerRegistration/reboundHiddenDanger'), + // meta: { title: '风险预控-重复反弹隐患-列表页面', icon: '' } + hidden: true + }, + { id: 3, parentId: 0, path: '/hiddenDangerRectification', @@ -317,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