|
@@ -39,7 +39,7 @@ export const constantRoutes = [{
|
|
|
name: 'forest',
|
|
|
component: () => import('@/views/forest'),
|
|
|
meta: {
|
|
|
- title: '林业分中心'
|
|
|
+ title: '林业云图'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -67,14 +67,6 @@ export const constantRoutes = [{
|
|
|
title: '灾后评估'
|
|
|
}
|
|
|
},
|
|
|
- // {
|
|
|
- // path: '/animal',
|
|
|
- // name: 'animal',
|
|
|
- // component: () => import('@/views/animal'),
|
|
|
- // meta: {
|
|
|
- // title: '动物保护'
|
|
|
- // }
|
|
|
- // },
|
|
|
{
|
|
|
path: '/leader',
|
|
|
name: 'leader',
|
|
@@ -90,6 +82,22 @@ export const constantRoutes = [{
|
|
|
title: '植树造林'
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/',
|
|
|
+ name: '',
|
|
|
+ component: () => import('@/views/animal'),
|
|
|
+ meta: {
|
|
|
+ title: '动物保护'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/',
|
|
|
+ name: '',
|
|
|
+ component: () => import('@/views/animal'),
|
|
|
+ meta: {
|
|
|
+ title: '珍惜古树'
|
|
|
+ }
|
|
|
+ },
|
|
|
]
|
|
|
|
|
|
|