From 0dac7ba33f77342d2a9a1392c820d10d3b72d76c Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 28 九月 2022 16:02:47 +0800 Subject: [PATCH] '修改' --- src/router/route.ts | 34 +++++++++------------------------- 1 files changed, 9 insertions(+), 25 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index a94fd34..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,30 +81,6 @@ } }, { - 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'), @@ -121,6 +97,14 @@ } }, { + 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'), -- Gitblit v1.9.2