|
@@ -90,9 +90,9 @@ export const constantRoutes = [{
|
|
|
title: '林长制'
|
|
|
}
|
|
|
}, {
|
|
|
- path: '/',
|
|
|
- name: '',
|
|
|
- component: () => import('@/views/monitor'),
|
|
|
+ path: '/afforestation',
|
|
|
+ name: 'afforestation',
|
|
|
+ component: () => import('@/views/afforestation'),
|
|
|
meta: {
|
|
|
title: '植树造林'
|
|
|
}
|
|
@@ -167,6 +167,14 @@ export const constantRoutesNew = [{
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ path: '/afforestation',
|
|
|
+ name: 'afforestation',
|
|
|
+ component: () => import('@/views/afforestation'),
|
|
|
+ meta: {
|
|
|
+ title: '植树造林'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
path: '/login',
|
|
|
component: () => import('@/views/system/login'),
|
|
|
hidden: true
|