feat: 菜单icon调整

This commit is contained in:
caoqianming 2024-08-15 15:58:26 +08:00
parent 3a6249941e
commit e998dd2f8e
3 changed files with 8 additions and 2 deletions

5
src/assets/icons/Env.vue Normal file
View File

@ -0,0 +1,5 @@
<template>
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32">
<path fill="currentColor" d="M5 5c2.614 8.976 2.362 13.181 6.896 16.693c3.97 3.026 7.94 2.237 10.112 1.914L25.398 27h2l-3.98-3.98C23.393 20.613 29.01 5 5 5m3.084 2.002c.135.011.45.121 1.047.396c3.999 1.85 5.408 4.592 6.931 7.4c1.096 2.023 3.019 5.103 4.374 6.095c1.356.983 2.836 1.709-.288.398c-3.134-1.311-5.417-5.032-6.931-7.85c-1.164-2.162-2.163-4.153-4.336-5.613c0 0-1.203-.86-.797-.826" />
</svg>
</template>

View File

@ -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'
export { default as Zhizao } from './Zhizao.vue'
export { default as Env } from './Env.vue'

View File

@ -898,7 +898,7 @@ const routes = [
path: "/enp",
meta: {
title: "环保模块",
icon: "el-icon-grid",
icon: "sc-icon-env",
type: "menu",
perms: ["enm_hb"],
},