LinHGL 5 years ago
parent
commit
c1c026844d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/router.js

+ 2 - 0
src/router.js

@@ -26,6 +26,8 @@ export default new Router({
           path: '/user',
           name: 'User',
           component: () => import('./views/UserMes/userMes.vue'),
+        },
+        {
           path: '/views/certificate/index',
           name: 'certificate',
           component: () => import('./views/certificate/index.vue'),