|
@@ -32,7 +32,7 @@ import Layout from '@/layout'
|
|
|
export const constantRoutes = [
|
|
|
{
|
|
|
path: '/',
|
|
|
- redirect: 'forest',
|
|
|
+ redirect: 'datacenter',
|
|
|
},
|
|
|
{
|
|
|
//生态云图
|
|
@@ -116,7 +116,7 @@ export const constantRoutes = [
|
|
|
// 公共路由
|
|
|
export const constantRoutesNew = [{
|
|
|
path: '/',
|
|
|
- redirect: 'forest',
|
|
|
+ redirect: 'datacenter',
|
|
|
},
|
|
|
{
|
|
|
//生态云图
|