From d0bec404f2c22ca04e8592f1a2ba0b39eab0be2f Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 22 五月 2023 09:37:03 +0800 Subject: [PATCH] Default Changelist --- src/router/route.ts | 26 +++++++++++++++++--------- 1 files changed, 17 insertions(+), 9 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 4aac40f..0bbfea4 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'), @@ -105,19 +113,19 @@ } }, { - path: '/specialIndex', - name: 'specialIndex', - component: () => import('/@/views/specialWorkSystem/specialIndex/index.vue'), + path: '/zysq', + name: 'zysq', + component: () => import('/@/views/newSpecialWorkSystem/workTicket/zysq/index.vue'), meta: { - title: '特殊作业首页' + title: '作业申请' } }, { - path: '/inspectIndex', - name: 'inspectIndex2', - component: () => import('/@/views/intellectInspect/inspectIndex2/index.vue'), + path: '/saftyManage', + name: 'saftyManage', + component: () => import('/@/views/system/saftyManage/index.vue'), meta: { - title: '巡检首页' + title: '安全措施管理' } - }, + } ]; -- Gitblit v1.9.2