From f59373dccb4afb37e63f4fe655061d067244860c Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期三, 16 十一月 2022 09:17:11 +0800 Subject: [PATCH] Default Changelist --- src/router/route.ts | 32 ++++++++++++-------------------- 1 files changed, 12 insertions(+), 20 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 2e55148..afa1cda 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -89,22 +89,6 @@ } }, { - path: '/screenPage', - name: 'screenPage', - component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'), - meta: { - title: '预警预报' - } - }, - { - path: '/material', - name: 'material', - component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'), - meta: { - title: '物资管理' - } - }, - { path: '/msgDetail', name: 'msgDetail', component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/msgDetail.vue'), @@ -113,11 +97,19 @@ } }, { - path: '/material', - name: 'material', - component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'), + path: '/screenPage', + name: 'screenPage', + component: () => import('/@/views/riskWarningSys/warningBigScreen/indexs/index.vue'), meta: { - title: '作业物资' + title: '预警预报' + } + }, + { + path: '/securities', + name: 'securities', + component: () => import('/@/views/facilityManagement/securities/index.vue'), + meta: { + title: '安全物资与设备' } } ]; -- Gitblit v1.9.2