From a6c7caa0ce182536688f57bb58aa16b68366a8a3 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期四, 01 十二月 2022 11:31:07 +0800 Subject: [PATCH] Default Changelist --- src/router/route.ts | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 2e55148..af91c7d 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,27 @@ } }, { - 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: '安全物资与设备' + } + }, + { + path: '/intelligentLine', + name: 'intelligentLine', + component: () => import('/@/views/intellectInspect/intelligentLine/index.vue'), + meta: { + title: '巡检路线' } } ]; -- Gitblit v1.9.2