From f0cd5a4fe3b366fa753b8da5e387673c30c4d0f7 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期三, 30 十一月 2022 08:55:19 +0800
Subject: [PATCH] 更新

---
 src/router/index.js |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 8166572..d57f811 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -123,19 +123,7 @@
         component: () => import('@/views/dashboard/index'),
         name: 'Dashboard1',
         meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
-      },
-        {
-            path: 'specialCheck',
-            component: () => import('@/views/specialCheck/index'),
-            name: 'specialCheck',
-            meta: { title: '专项检查', icon: 'el-icon-dash', noCache: true, affix: true }
-        },
-        {
-            path: 'selfCheck',
-            component: () => import('@/views/selfCheck/index'),
-            name: 'selfCheck',
-            meta: { title: '专项自查', icon: 'el-icon-dash', noCache: true, affix: true }
-        }
+      }
     ],
     hidden: true
   },

--
Gitblit v1.9.2