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' }