This commit is contained in:
2023-06-08 09:27:01 +08:00
254 changed files with 1549 additions and 455 deletions

View File

@ -61,14 +61,14 @@ export const constantRoutes = [
path: '',
component: Layout,
redirect: '/crops/Classify',
children: [
{
path: '/index',
component: () => import('@/views/index'),
name: 'Index',
meta: { title: '病虫害监测防控', icon: 'a3', affix: true }
}
]
// children: [
// {
// path: '/index',
// component: () => import('@/views/index'),
// name: 'Index',
// meta: { title: '病虫害监测防控', icon: 'a3', affix: true }
// }
// ]
},
{
path: '/user',