Skip to content

Commit e719ceb

Browse files
committed
fix: remove redirect route
1 parent 56e16c0 commit e719ceb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/src/router/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ const routes = [
3535
path: '/project/restore',
3636
component: RestoreProject,
3737
},
38-
{
39-
path: '/project/:projectId',
40-
redirect: '/project/:projectId/history',
41-
},
38+
// {
39+
// path: '/project/:projectId',
40+
// redirect: '/project/:projectId/history',
41+
// },
4242
{
4343
path: '/project/:projectId/secret_storages',
4444
component: SecretStorage,

0 commit comments

Comments
 (0)