refactor: 调整系统页面的目录结构
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user