From 49636456724b066b852a92f14b22a2015a7ac552 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 29 Aug 2024 13:55:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9F=BA=E7=A1=80=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/icons/Jcpz.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/Jcpz.vue diff --git a/src/assets/icons/Jcpz.vue b/src/assets/icons/Jcpz.vue new file mode 100644 index 00000000..f7f9d4d2 --- /dev/null +++ b/src/assets/icons/Jcpz.vue @@ -0,0 +1,5 @@ + diff --git a/src/assets/icons/index.js b/src/assets/icons/index.js index fe8a6acb..f51c6b06 100644 --- a/src/assets/icons/index.js +++ b/src/assets/icons/index.js @@ -23,4 +23,5 @@ export { default as Xiaoshou } from './Xiaoshou.vue' export { default as Zhixing } from './Zhixing.vue' export { default as Zhizao } from './Zhizao.vue' export { default as Env } from './Env.vue' -export { default as Elec } from './Elec.vue' \ No newline at end of file +export { default as Elec } from './Elec.vue' +export { default as Jcpz } from './Jcpz.vue' \ No newline at end of file diff --git a/src/config/route.js b/src/config/route.js index 9f1deca1..1082dff1 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -2746,7 +2746,7 @@ const routes = [ path: "/enm_base", meta: { title: "基础配置", - icon: "el-icon-management", + icon: "sc-icon-jcpz", type: "menu", perms: ["enm_base"], },