Skip to content

Commit

Permalink
[Bug] Fix the route redirection error on the welcome page (DataLinkDC…
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 authored and Zzm0809 committed Dec 7, 2024
1 parent 25199f7 commit 1d08cf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const FinishPage = () => {
title={l('welcome.finish.title')}
subTitle={l('welcome.finish')}
extra={[
<Button type='primary' onClick={() => (window.location.href = '/login')}>
<Button type='primary' onClick={() => (window.location.href = '/user/login')}>
{l('welcome.goLogin')}
</Button>
]}
Expand Down

0 comments on commit 1d08cf3

Please sign in to comment.