guhongwei преди 4 години
родител
ревизия
f0a01752a6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/common/Sidebar.vue

+ 1 - 1
src/components/common/Sidebar.vue

@@ -218,7 +218,7 @@ export default {
           },
           { num: 'pf', icon: 'el-icon-postcard', index: '/userExpertScore', title: '专家评分' },
           { num: 'hs', icon: 'el-icon-postcard', index: '/userExpertMeet', title: '专家会审' },
-          { num: 'zs', icon: 'el-icon-postcard', index: '/userCert', title: '证书管理' },
+          { num: 'zs', icon: 'el-icon-medal', index: '/userCert', title: '证书管理' },
         ];
         list.push(...data);
         this.$set(this, `items`, _.uniqBy(list, 'index'));