From 38af7850e2c62b28ccb6f990140ac17c4bc21419 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Mon, 18 Mar 2024 14:49:27 +0800
Subject: [PATCH] 风险辨识管理
---
src/router/route.ts | 26 +-------------------------
1 files changed, 1 insertions(+), 25 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index 313ab37..27f6937 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -111,29 +111,5 @@
meta: {
title: '安全物资与设备'
}
- },
- {
- path: '/dhzy',
- name: 'dhzy',
- component: () => import('/@/views/newSpecialWorkSystem/workTicket/zysq/index.vue'),
- meta: {
- title: '作业申请'
- }
- },
- {
- path: '/wdsq1',
- name: 'wdsq1',
- component: () => import('/@/views/newSpecialWorkSystem/workTicket/wdsq/index.vue'),
- meta: {
- title: '我的申请'
- }
- },
- {
- path: '/sqjl1',
- name: 'sqjl1',
- component: () => import('/@/views/newSpecialWorkSystem/workTicket/sqjl/index.vue'),
- meta: {
- title: '申请记录'
- }
- },
+ }
];
--
Gitblit v1.9.2