guhongwei 3 tahun lalu
induk
melakukan
9e3e4a243f
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 2 2
      src/components/common/Sidebar.vue
  2. 1 1
      src/router/index.js

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

@@ -100,7 +100,7 @@ export default {
           { icon: 'el-icon-edit-outline', index: '/adminPerfect', title: '资料完善' },
           { icon: 'el-icon-postcard', index: '/adminCate', title: '证书发放' },
           { icon: 'el-icon-postcard', index: '/adminHaveCert', title: '证书归档' },
-          { icon: 'el-icon-postcard', index: '/adminCertFile', title: '证书资料管理' },
+          { icon: 'el-icon-postcard', index: '/adminCertFile', title: '证书单独上传' },
         ];
         list.push(...data);
         this.$set(this, `items`, _.uniqBy(list, 'index'));
@@ -113,7 +113,7 @@ export default {
           { icon: 'el-icon-edit-outline', index: '/adminPerfect', title: '资料完善' },
           { icon: 'el-icon-postcard', index: '/adminCate', title: '证书发放' },
           { icon: 'el-icon-postcard', index: '/adminHaveCert', title: '证书归档' },
-          { icon: 'el-icon-postcard', index: '/adminCertFile', title: '证书资料管理' },
+          { icon: 'el-icon-postcard', index: '/adminCertFile', title: '证书单独上传' },
         ];
         list.push(...data);
         this.$set(this, `items`, _.uniqBy(list, 'index'));

+ 1 - 1
src/router/index.js

@@ -112,7 +112,7 @@ export default new Router({
         {
           path: '/adminCertFile',
           component: () => import('../views/adminCenter/adminCertFile/index.vue'),
-          meta: { title: '证书资料管理' },
+          meta: { title: '证书单独上传' },
         },
         {
           path: '/adminApplyExpert',