From fe8aa92ba7b6e4e5c8ee8ae93403339efa02cb5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E4=BA=91=E9=B9=8F?= Date: Tue, 22 Oct 2024 15:23:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E5=86=97=E4=BD=99=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/dasadmin/src/router/static.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/dasadmin/src/router/static.ts b/ui/dasadmin/src/router/static.ts index b646d2f9..fd3377cc 100644 --- a/ui/dasadmin/src/router/static.ts +++ b/ui/dasadmin/src/router/static.ts @@ -74,11 +74,6 @@ const staticRoutes: Array = [ path: adminBaseRoutePath +'/airBlower', name: 'airBlower', component: () => import('/@/views/backend/equipment/airBlower/index.vue'), - }, - { - path: adminBaseRoutePath +'/control', - name: 'control', - component: () => import('/@/views/backend/equipment/control/index.vue'), } ]