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 | 24 ++++++++---------------- 1 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 2e55148..27f6937 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -89,19 +89,11 @@ } }, { - path: '/screenPage', - name: 'screenPage', - component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'), + path: '/inspectFullScreen', + name: 'inspectFullScreen', + component: () => import('/@/views/intellectInspect/inspectIndex/components/fullScreen.vue'), meta: { - title: '预警预报' - } - }, - { - path: '/material', - name: 'material', - component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'), - meta: { - title: '物资管理' + title: '巡检首页全屏' } }, { @@ -113,11 +105,11 @@ } }, { - path: '/material', - name: 'material', - component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'), + path: '/securities', + name: 'securities', + component: () => import('/@/views/facilityManagement/securities/index.vue'), meta: { - title: '作业物资' + title: '安全物资与设备' } } ]; -- Gitblit v1.9.2