From baf475f44f0a940bbdc2dde36fff9cdf97da58bc Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 17 八月 2023 16:43:28 +0800
Subject: [PATCH] 证书修改

---
 src/router/route.ts |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/router/route.ts b/src/router/route.ts
index 0bbfea4..27f6937 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -111,21 +111,5 @@
         meta: {
             title: '安全物资与设备'
         }
-    },
-    {
-        path: '/zysq',
-        name: 'zysq',
-        component: () => import('/@/views/newSpecialWorkSystem/workTicket/zysq/index.vue'),
-        meta: {
-            title: '作业申请'
-        }
-    },
-    {
-        path: '/saftyManage',
-        name: 'saftyManage',
-        component: () => import('/@/views/system/saftyManage/index.vue'),
-        meta: {
-            title: '安全措施管理'
-        }
     }
 ];

--
Gitblit v1.9.2