Browse Source

资料归档-证书制作

guhongwei 3 năm trước cách đây
mục cha
commit
fb980ef61b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -91,11 +91,11 @@ export default new Router({
           component: () => import('../views/adminCenter/adminCate/index.vue'),
           meta: { title: '证书发放' },
         },
-        // 资料归档
+        // 证书制作
         {
           path: '/adminCate/detail',
           component: () => import('../views/adminCenter/adminCate/detail.vue'),
-          meta: { title: '资料归档' },
+          meta: { title: '证书制作' },
         },
         // 资料预览
         {