diff --git a/src/config/route.js b/src/config/route.js index d0f822af..1016ad75 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -206,26 +206,6 @@ const routes = [ }, "component": "em/equipment" }, - { - "name": "monitoring", - "path": "/em/monitoring", - "meta": { - "title": "计量设备", - "icon": "el-icon-grid", - "perms": ["equipment"] - }, - "component": "em/monitoring" - }, - { - "name": "em", - "path": "/em/mpoint", - "meta": { - "title": "测点管理", - "icon": "el-icon-grid", - "perms": ["mpoint"] - }, - "component": "em/mpoint" - }, ] }, { @@ -821,6 +801,16 @@ const routes = [ "perms": ["bi"] }, "children": [ + { + "path": "/ungrouped/team", + "name": "team", + "meta": { + "title": "班组管理", + "icon": "el-icon-postcard", + "type": "menu", + }, + "component": "sys/team" + }, { "name": "mgruop", "path": "/ungrouped/mgruop", @@ -895,17 +885,6 @@ const routes = [ }, "component": "sys/dept" }, - { - "path": "/sys/team", - "name": "team", - "meta": { - "title": "班组管理", - "icon": "el-icon-postcard", - "type": "menu", - // "perms": ["team"] - }, - "component": "sys/team" - }, { "path": "/sys/post", "name": "post", diff --git a/src/views/em/equipment.vue b/src/views/em/equipment.vue index 696f1dda..4da26e47 100644 --- a/src/views/em/equipment.vue +++ b/src/views/em/equipment.vue @@ -41,8 +41,6 @@ - -