From aa2e3f4435dc4d12da4cb4bd282ba0daa1b3cb6d Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Mon, 26 Sep 2022 11:13:27 +0800
Subject: [PATCH] Default Changelist
---
src/router/route.ts | 42 +++++++++++++-----------------------------
1 files changed, 13 insertions(+), 29 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index b45a04a..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'),
@@ -129,11 +113,11 @@
}
},
{
- path: '/workReservation',
- name: 'workReservation',
- component: () => import('/@/views/specialWorkSystem/workPlan/workReservation/index.vue'),
+ path: '/material',
+ name: 'material',
+ component: () => import('/@/views/specialWorkSystem/foundationSet/material/index.vue'),
meta: {
- title: '作业预约'
+ title: '作业物资'
}
}
];
--
Gitblit v1.9.2