From e998dd2f8e97a08efde5c76728968f10113b2f7f Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 15 Aug 2024 15:58:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=8F=9C=E5=8D=95icon=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icons/Env.vue | 5 +++++ src/assets/icons/index.js | 3 ++- src/config/route.js | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 src/assets/icons/Env.vue 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"], },