From fd41f55c6178449e1802ff43f46a477247032d97 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期一, 26 九月 2022 15:41:31 +0800 Subject: [PATCH] Default Changelist --- src/router/route.ts | 58 +++++++++++++++++++++++++++++++++------------------------- 1 files changed, 33 insertions(+), 25 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index 5ee3c9e..2e55148 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -13,7 +13,7 @@ { path: '/home', name: 'home', - component: () => import('/@/views/home/index.vue'), + component: () => import('/@/views/newHome/index.vue'), meta: { title: '首页', isLink: '', @@ -81,35 +81,43 @@ } }, { - path: '/intelligentMap', - name: 'intelligentMap', - component: () => import('/@/views/intellectInspect/intelligentMap/index.vue'), - meta: { - title: '巡检路线' - } - }, - { - path: '/intelligentLine', - name: 'intelligentMap', - component: () => import('/@/views/intellectInspect/intelligentLine/index.vue'), - meta: { - title: '巡检路线' - } - }, - { - path: '/dpIndex', - name: 'dpIndex', - component: () => import('/@/views/doublePrevent/dpIndex/index.vue'), - meta: { - title: '双重预防首页' - } - }, - { path: '/warningScreen', name: 'warningScreen', component: () => import('/@/views/riskWarningSys/warningBigScreen/index.vue'), meta: { title: '预警预报' } + }, + { + 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'), + meta: { + title: 'spi报告详情' + } + }, + { + path: '/material', + name: 'material', + component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'), + meta: { + title: '作业物资' + } } ]; -- Gitblit v1.9.2