From a3136206c279e803e6a99fba2baf491c79dc466d Mon Sep 17 00:00:00 2001 From: cqf <2252655793@qq.com> Date: 星期三, 11 五月 2022 18:16:53 +0800 Subject: [PATCH] 众泰接口对接 --- src/router/index.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 6b88c8a..f56f76d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -116,7 +116,7 @@ { id: 2, parentId: 0, - path: '/safetyproduction', + path: '/aqscbzh', component: Layout, name: '安全生产标准化', meta: { title: '安全生产标准化', icon: 'el-icon-security' }, @@ -237,6 +237,13 @@ hidden: true }, { + path: '/reboundHiddenDanger', + // name: '风险预控-重复反弹隐患-列表页面', + component: () => import('@/views/hiddenDangerRegistration/reboundHiddenDanger'), + // meta: { title: '风险预控-重复反弹隐患-列表页面', icon: '' } + hidden: true + }, + { id: 3, parentId: 0, path: '/hiddenDangerRectification', -- Gitblit v1.9.2