Shannon_mu 3 năm trước cách đây
mục cha
commit
a9292abeae

+ 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