|
@@ -87,8 +87,8 @@ export const asyncRouterMap = [{
|
|
component: PageView,
|
|
component: PageView,
|
|
meta: {
|
|
meta: {
|
|
title: '大数据看板',
|
|
title: '大数据看板',
|
|
- icon: 'fund'
|
|
|
|
- // permission: 'M_dataView'
|
|
|
|
|
|
+ icon: 'fund',
|
|
|
|
+ permission: 'M_dataView'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [{
|
|
children: [{
|
|
@@ -99,7 +99,7 @@ export const asyncRouterMap = [{
|
|
meta: {
|
|
meta: {
|
|
title: '大数据看板',
|
|
title: '大数据看板',
|
|
icon: 'fund',
|
|
icon: 'fund',
|
|
- permission: 'M_map'
|
|
|
|
|
|
+ permission: 'M_dataView'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [{
|
|
children: [{
|