diff --git a/src/config/route.js b/src/config/route.js index 3ea868c3..bd0ff99f 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -308,7 +308,7 @@ const routes = [ path: "/enm_limestone", meta: { title: "石灰石破碎", - icon: "el-icon-list", + icon: "el-icon-menu", type: "menu", perms: ["enm_limestone"], }, @@ -930,7 +930,7 @@ const routes = [ name: "enm_energy", path: "/enm_energy", meta: { - title: "能源消耗报表", + title: "能源报表", icon: "sc-icon-elec", type: "menu", perms: ["enm_energy"], @@ -2644,7 +2644,7 @@ const routes = [ path: "/dpm", meta: { title: "风险管控", - icon: "el-icon-aim", + icon: "el-icon-checked", type: "menu", perms: ["dpm"], }, @@ -2687,7 +2687,7 @@ const routes = [ path: "/edu", meta: { title: "培训考试", - icon: "el-icon-notebook", + icon: "el-icon-question-filled", type: "menu", perms: ["edu"], }, @@ -2749,7 +2749,7 @@ const routes = [ name: "search", meta: { title: "综合对比", - icon: "el-icon-postcard", + icon: "el-icon-histogram", type: "menu", perms: ["enm_compare"], },