Skip to content

Commit

Permalink
Merge pull request #533 from illacloud/develop
Browse files Browse the repository at this point in the history
fix: error route
  • Loading branch information
AruSeito authored Nov 21, 2022
2 parents deb99a5 + 4f1ccf4 commit 66b3bbd
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 66b3bbd

Please sign in to comment.