From 54051120c1b27732f05b8c2f4a0112ac02323696 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期三, 14 九月 2022 17:36:40 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt

---
 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