lrf 1 년 전
부모
커밋
a246f57ed9
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/router/index.js

+ 0 - 4
src/router/index.js

@@ -38,10 +38,6 @@ export const constantRoutes = [
         },
         component: () => import('@/views/home/index.vue')
       },
-      {
-        path: '/system',
-        name: 'system'
-      },
       {
         path: '401',
         component: () => import('@/views/error-page/401.vue'),