From a8ef7c1a4b2ab6acd91a0520e6258bd753d17f20 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 16 八月 2023 15:58:20 +0800 Subject: [PATCH] 人员证书类型 --- src/router/route.ts | 40 ++++++++++++++++++++++++++++------------ 1 files changed, 28 insertions(+), 12 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 1aa3929..27f6937 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -13,7 +13,7 @@ { path: '/home', name: 'home', - component: () => import('/@/views/home/index.vue'), + component: () => import('/@/views/newHome/index.vue'), meta: { title: '首页', isLink: '', @@ -72,28 +72,44 @@ } }, { - path: '/homeMenu', - name: 'homeMenu', - component: () => import('/@/views/homeMenu/homeMenu.vue'), + path: '/newMenu', + name: 'newMenu', + component: () => import('/@/views/newHome/index.vue'), meta: { title: '首页', isKeepAlive: false } }, { - path: '/intelligentMap', - name: 'intelligentMap', - component: () => import('/@/views/intellectInspect/intelligentMap/index.vue'), + path: '/warningScreen', + name: 'warningScreen', + component: () => import('/@/views/riskWarningSys/warningBigScreen/index.vue'), meta: { - title: '巡检路线' + title: '预警预报' } }, { - path: '/intelligentLine', - name: 'intelligentMap', - component: () => import('/@/views/intellectInspect/intelligentLine/index.vue'), + path: '/inspectFullScreen', + name: 'inspectFullScreen', + component: () => import('/@/views/intellectInspect/inspectIndex/components/fullScreen.vue'), meta: { - title: '巡检路线' + title: '巡检首页全屏' + } + }, + { + path: '/msgDetail', + name: 'msgDetail', + component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/msgDetail.vue'), + meta: { + title: 'spi报告详情' + } + }, + { + path: '/securities', + name: 'securities', + component: () => import('/@/views/facilityManagement/securities/index.vue'), + meta: { + title: '安全物资与设备' } } ]; -- Gitblit v1.9.2