From 54051120c1b27732f05b8c2f4a0112ac02323696 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 14 九月 2022 17:36:40 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt --- src/router/route.ts | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 96ace6c..b45a04a 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -119,5 +119,21 @@ meta: { title: '预警预报' } + }, + { + path: '/msgDetail', + name: 'msgDetail', + component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/msgDetail.vue'), + meta: { + title: 'spi报告详情' + } + }, + { + path: '/workReservation', + name: 'workReservation', + component: () => import('/@/views/specialWorkSystem/workPlan/workReservation/index.vue'), + meta: { + title: '作业预约' + } } ]; -- Gitblit v1.9.2