Skip to content

Commit 697ac66

Browse files
authored
[Bug] Fix the route redirection error on the welcome page (#3966)
1 parent 6f9bb41 commit 697ac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dinky-web/src/pages/Other/Welcome/WelcomeItem/FinishPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const FinishPage = () => {
2727
title={l('welcome.finish.title')}
2828
subTitle={l('welcome.finish')}
2929
extra={[
30-
<Button type='primary' onClick={() => (window.location.href = '/login')}>
30+
<Button type='primary' onClick={() => (window.location.href = '/user/login')}>
3131
{l('welcome.goLogin')}
3232
</Button>
3333
]}

0 commit comments

Comments
 (0)