|
@@ -32,7 +32,8 @@ import Layout from '@/layout'
|
|
|
export const constantRoutes = [
|
|
|
{
|
|
|
path: '/',
|
|
|
- redirect: 'forest',
|
|
|
+ redirect: 'datacenter',
|
|
|
+ // redirect: 'forest',
|
|
|
},
|
|
|
{
|
|
|
//消防云图
|
|
@@ -46,7 +47,7 @@ export const constantRoutes = [
|
|
|
{
|
|
|
//数据中心
|
|
|
path: '/datacenter',
|
|
|
- name: '',
|
|
|
+ name: 'datacenter',
|
|
|
component: () => import('@/views/datacenter'),
|
|
|
meta: {
|
|
|
title: '数据中心'
|
|
@@ -86,7 +87,8 @@ export const constantRoutes = [
|
|
|
// 公共路由
|
|
|
export const constantRoutesNew = [{
|
|
|
path: '/',
|
|
|
- redirect: 'forest',
|
|
|
+ redirect: 'datacenter',
|
|
|
+ // redirect: 'forest',
|
|
|
},
|
|
|
{
|
|
|
//消防云图
|