From a7975ecb243a49035688e3faf4da0e2a05b95c38 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期五, 13 五月 2022 15:33:10 +0800 Subject: [PATCH] 存在 --- src/router/index.js | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index f56f76d..46432e1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -324,6 +324,39 @@ // meta: { title: '自查隐患管理-填写督察', icon: '' } hidden: true }, + { + id: 7, + parentId: 0, + path: '/oneFromanother', + name: '内部举一反三', + component: () => import('@/views/oneFromanother'), + meta: { title: '内部举一反三', icon: '' } + }, + { + path: '/manage', + component: () => import('@/views/oneFromanother/manage'), + hidden: true + }, + { + path: '/exist', + component: () => import('@/views/oneFromanother/exist'), + hidden: true + }, + { + id: 8, + parentId: 0, + path: '/hiddenDangerTroubleshootingList', + name: '隐患排查清单', + component: () => import('@/views/hiddenDangerTroubleshootingList'), + meta: { title: '隐患排查清单', icon: '' } + }, + { + path: '/preview', + // name: '隐患排查清单-预览', + component: () => import('@/views/hiddenDangerTroubleshootingList/preview'), + // meta: { title: '隐患排查清单-预览', icon: '' } + hidden: true + }, ] } ] -- Gitblit v1.9.2