diff --git a/src/assets/icons/Env.vue b/src/assets/icons/Env.vue new file mode 100644 index 00000000..38519596 --- /dev/null +++ b/src/assets/icons/Env.vue @@ -0,0 +1,5 @@ + diff --git a/src/assets/icons/index.js b/src/assets/icons/index.js index a85f299c..d8fa74ea 100644 --- a/src/assets/icons/index.js +++ b/src/assets/icons/index.js @@ -21,4 +21,5 @@ export { default as Shenpi } from './Shenpi.vue' export { default as Shebei } from './Shebei.vue' export { default as Xiaoshou } from './Xiaoshou.vue' export { default as Zhixing } from './Zhixing.vue' -export { default as Zhizao } from './Zhizao.vue' \ No newline at end of file +export { default as Zhizao } from './Zhizao.vue' +export { default as Env } from './Env.vue' \ No newline at end of file diff --git a/src/config/route.js b/src/config/route.js index d00e0bdb..c2a522bd 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -898,7 +898,7 @@ const routes = [ path: "/enp", meta: { title: "环保模块", - icon: "el-icon-grid", + icon: "sc-icon-env", type: "menu", perms: ["enm_hb"], },