From baf475f44f0a940bbdc2dde36fff9cdf97da58bc Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 17 八月 2023 16:43:28 +0800 Subject: [PATCH] 证书修改 --- src/router/route.ts | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 3a95b31..27f6937 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -89,6 +89,14 @@ } }, { + path: '/inspectFullScreen', + name: 'inspectFullScreen', + component: () => import('/@/views/intellectInspect/inspectIndex/components/fullScreen.vue'), + meta: { + title: '巡检首页全屏' + } + }, + { path: '/msgDetail', name: 'msgDetail', component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/msgDetail.vue'), @@ -103,13 +111,5 @@ meta: { title: '安全物资与设备' } - }, - { - path: '/inspectIndex2', - name: 'inspectIndex2', - component: () => import('/@/views/intellectInspect/inspectIndex2/index.vue'), - meta: { - title: '巡检首页' - } - }, + } ]; -- Gitblit v1.9.2