xiongzhu пре 4 година
родитељ
комит
469a5e6e83
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/main/data-center-admin/src/views/Admin.vue

+ 1 - 2
src/main/data-center-admin/src/views/Admin.vue

@@ -269,8 +269,7 @@ 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) => {