初步完善

This commit is contained in:
shi
2025-08-21 20:38:44 +08:00
parent 37e01eda4b
commit 479291d857
17 changed files with 1023 additions and 0 deletions

View File

@ -75,6 +75,11 @@ export const constantRoutes: RouteRecordRaw[] = [
component: () => import('@/views/error/401.vue'),
hidden: true
},
{
path: '/ProjectScreen',
component: () => import('@/views/ProjectScreen/index.vue'),
hidden: true
},
{
path: '/user',
component: Layout,