From 4ef69f1d7bdd01471d207c865a394c618c214452 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 13 Mar 2023 09:46:16 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt
---
src/router/route.ts | 18 +-----------------
1 files changed, 1 insertions(+), 17 deletions(-)
diff --git a/src/router/route.ts b/src/router/route.ts
index 4aac40f..00c835b 100644
--- a/src/router/route.ts
+++ b/src/router/route.ts
@@ -103,21 +103,5 @@
meta: {
title: '安全物资与设备'
}
- },
- {
- path: '/specialIndex',
- name: 'specialIndex',
- component: () => import('/@/views/specialWorkSystem/specialIndex/index.vue'),
- meta: {
- title: '特殊作业首页'
- }
- },
- {
- path: '/inspectIndex',
- name: 'inspectIndex2',
- component: () => import('/@/views/intellectInspect/inspectIndex2/index.vue'),
- meta: {
- title: '巡检首页'
- }
- },
+ }
];
--
Gitblit v1.9.2