This commit is contained in:
2023-04-25 18:19:21 +08:00
parent b0524715df
commit 35a86dc2fe
41 changed files with 4390 additions and 321 deletions

View File

@ -66,7 +66,7 @@ export const constantRoutes = [
path: '/index',
component: () => import('@/views/index'),
name: 'Index',
meta: { title: '病虫害监测防控', icon: 'dashboard', affix: true }
meta: { title: '病虫害监测防控', icon: 'a3', affix: true }
}
]
},