refactor: 调整系统页面的目录结构

This commit is contained in:
yangsy
2026-02-28 11:01:19 +08:00
parent 837b243838
commit fd851bb8d6
2 changed files with 1 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ const router = createRouter({
}, },
{ {
path: '/:pathMatch(.*)*', path: '/:pathMatch(.*)*',
component: () => import('@/pages/error/not-found-page.vue'), component: () => import('@/pages/system/error/not-found-page.vue'),
}, },
], ],
}, },