From 9d240362abc02ee99465aa7b1463fed6ea2a73be Mon Sep 17 00:00:00 2001 From: oldHome Date: Tue, 3 Jun 2025 04:03:12 +0800 Subject: [PATCH] =?UTF-8?q?fix=E8=AE=BE=E7=BD=AE=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E7=A6=81=E9=A3=9E=E5=8C=BA=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index bf43226..078f492 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -115,10 +115,10 @@ const routes = [ children: [ { path: '/nofly/set', - component: () => import('@/views/layout/components/main/route/set'), + component: () => import('@/views/layout/components/main/nofly/set'), meta: { - title: '禁飞区列表', - icon: 'iconfont icon-a-05-1-1jihuazhihanggenzong', + title: '设置禁飞区', + icon: 'iconfont icon-huizhi', roles: ['admin', 'editor'], tapName: 'plane' }