jeremy 9 months ago
parent
commit
76ed750b92
3 changed files with 5 additions and 1 deletions
  1. 3 0
      src/assets/icons/Electric.vue
  2. 1 0
      src/assets/icons/index.js
  3. 1 1
      src/router/userRouter.js

+ 3 - 0
src/assets/icons/Electric.vue

@@ -0,0 +1,3 @@
+<template>
+    <svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.55469 23.194C5.3698 22.8031 5.19795 22.4068 5.04108 22.0056C4.39264 20.3473 4 18.6042 4 16.8C4 10.8353 8.88417 6 14.9091 6C18.7036 6 22.0456 7.91792 24 10.828C25.9544 7.91792 29.2964 6 33.0909 6C39.1158 6 44 10.8353 44 16.8C44 24.5647 36.7273 31.2 33.0909 34.8C30.6667 37.2 27.6364 39.6 24 42C20.3636 39.6 17.3333 37.2 14.9091 34.8C14.543 34.4376 14.1401 34.0444 13.7114 33.6224" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 29.9734L19.1138 19.0396L25.5781 25.7059L35.2619 15.8188" stroke="#333" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>
+</template>

+ 1 - 0
src/assets/icons/index.js

@@ -133,3 +133,4 @@ export { default as Title } from './Title.vue'
 export { default as Abdominal } from './Abdominal.vue'
 export { default as Text } from './Text.vue'
 export { default as Camera } from './Camera.vue'
+export { default as Electric } from './Electric.vue'

+ 1 - 1
src/router/userRouter.js

@@ -608,7 +608,7 @@ const userRoutes = [
 				name: "ecgManage",
 				meta: {
 					title: "心电图仪",
-					icon: "el-icon-tools",
+					icon: "el-icon-electric",
 					type: "menu"
 				},
 				component: "device/ecgManage"