|
@@ -31,7 +31,7 @@ import Layout from '@/layout'
|
|
|
// 公共路由(可视化首页头部链接)
|
|
|
export const constantRoutes = [{
|
|
|
path: '/',
|
|
|
- redirect: 'forest',
|
|
|
+ redirect: 'datacenter',
|
|
|
},
|
|
|
{
|
|
|
//林业中心
|
|
@@ -91,7 +91,7 @@ export const constantRoutes = [{
|
|
|
// 公共路由
|
|
|
export const constantRoutesNew = [{
|
|
|
path: '/',
|
|
|
- redirect: 'forest',
|
|
|
+ redirect: 'datacenter',
|
|
|
},
|
|
|
{
|
|
|
//林业中心
|