Shannon_mu 3 년 전
부모
커밋
04a6252fa3
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      operationSupport/src/router/dynamicMuen.js
  2. 0 0
      operationSupport/src/views/errorPage/403.vue
  3. 0 0
      operationSupport/src/views/errorPage/404.vue

+ 2 - 2
operationSupport/src/router/dynamicMuen.js

@@ -7,12 +7,12 @@ const staticMuen = [
     },
     {
         path: '/403',
-        component: () => import(/* webpackChunkName: "404" */ '@views/403'),
+        component: () => import(/* webpackChunkName: "404" */ '@views/errorPage/403.vue'),
         meta: { title: '403' }
     },
     {
         path: '/404',
-        component: () => import(/* webpackChunkName: "404" */ '@views/404'),
+        component: () => import(/* webpackChunkName: "404" */ '@views/errorPage/404.vue'),
         meta: { title: '404' }
     },
     {

operationSupport/src/views/403/index.vue → operationSupport/src/views/errorPage/403.vue


operationSupport/src/views/404/index.vue → operationSupport/src/views/errorPage/404.vue