From 3e26b9d02f44b33d03b1a9cddcdaf5cadab13143 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Tue, 19 Jul 2022 18:30:11 +0800
Subject: [PATCH] 添加修改页面
---
src/router/route.ts | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index a761c86..bc7dd8a 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -243,14 +243,6 @@
},
},
{
- path: '/inspectionTaskSys',
- name: 'inspectionTaskSys',
- component: () => import('/@/views/IntelligentXjSys/inspectionTaskSys/index.vue'),
- meta: {
- title: '巡检任务管理'
- },
- },
- {
path: '/workingHours',
name: 'workingHours',
component: () => import('/@/views/basicRightsManagement/personnelShiftManagement/workingHours/index.vue'),
@@ -289,5 +281,13 @@
meta: {
title: '排班方案管理'
},
+ },
+ {
+ path: '/inspectionTask',
+ name: 'inspectionTask',
+ component: () => import('/@/views/IntelligentXjSys/inspectionTaskManagement/inspectionTask/index.vue'),
+ meta: {
+ title: '巡检任务'
+ },
}
];
--
Gitblit v1.9.2