diff --git a/src/pages/error/not-found-page.vue b/src/pages/system/error/not-found-page.vue similarity index 100% rename from src/pages/error/not-found-page.vue rename to src/pages/system/error/not-found-page.vue diff --git a/src/router/index.ts b/src/router/index.ts index 8e5af07..0d21e71 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -58,7 +58,7 @@ const router = createRouter({ }, { path: '/:pathMatch(.*)*', - component: () => import('@/pages/error/not-found-page.vue'), + component: () => import('@/pages/system/error/not-found-page.vue'), }, ], },