From e3d63f84a43db07fa5992de2937ee23fc67bad38 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Fri, 06 Jan 2023 16:43:58 +0800
Subject: [PATCH] 物资
---
src/router/route.ts | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index af91c7d..afa1cda 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -111,13 +111,5 @@
meta: {
title: '安全物资与设备'
}
- },
- {
- path: '/intelligentLine',
- name: 'intelligentLine',
- component: () => import('/@/views/intellectInspect/intelligentLine/index.vue'),
- meta: {
- title: '巡检路线'
- }
}
];
--
Gitblit v1.9.2