|
|
@@ -269,7 +269,8 @@ export default {
|
|
|
{ active: false, name: '指标列表', path: '/metricList', icon: 'fas fa-bars' },
|
|
|
{ active: false, name: '指标编辑', path: '/metricEdit', icon: 'fas fa-bars' }
|
|
|
]
|
|
|
- }
|
|
|
+ },
|
|
|
+ { active: false, name: 'GIS', path: '/gis', icon: 'fas fa-bars' }
|
|
|
];
|
|
|
function setId(parentId, menus) {
|
|
|
menus.forEach((i, idx) => {
|