From bcf73ce4a874faf98629f2e1c6c4aaa84fe6296f Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Fri, 09 Sep 2022 17:31:44 +0800
Subject: [PATCH] Default Changelist
---
src/router/route.ts | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index f88647d..b45a04a 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -127,5 +127,13 @@
meta: {
title: 'spi报告详情'
}
+ },
+ {
+ path: '/workReservation',
+ name: 'workReservation',
+ component: () => import('/@/views/specialWorkSystem/workPlan/workReservation/index.vue'),
+ meta: {
+ title: '作业预约'
+ }
}
];
--
Gitblit v1.9.2