Skip to content

Commit

Permalink
chore: delete test
Browse files Browse the repository at this point in the history
  • Loading branch information
ynnnny committed Sep 7, 2024
1 parent 6adc677 commit a1a5eb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ export const router = createBrowserRouter(
{ path: 'form', element: <FormForWeb /> }, // 报名表
{ path: 'form/:user_id/:form_id', element: <FormForWeb /> }, // 报名表
{ path: 'progress', element: <Progress /> }, // 进度查询
// { path: 'test', element: <TestW /> }, // 入职测验
// { path: 'test/:user_id', element: <TestW /> }, // 入职测验
{
// 作业
path: 'homework',
Expand Down Expand Up @@ -124,6 +122,5 @@ export const router = createBrowserRouter(
},
],
},
// { path: '/app/test', element: <TestM /> }, // 入职测验
],
);

0 comments on commit a1a5eb2

Please sign in to comment.