Skip to content

Commit

Permalink
fix: error route
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed Nov 21, 2022
1 parent 6cd82d7 commit 4f1ccf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/src/router/routerConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const routerConfig: RoutesObjectPro[] = [
children: [
{
index: true,
element: <Navigate to="/account" replace />,
element: <Navigate to="./account" replace />,
needLogin: true,
},
{
Expand Down

0 comments on commit 4f1ccf4

Please sign in to comment.