Skip to content

Commit

Permalink
fix possible 404 in redirect routing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Mar 18, 2024
1 parent 056604c commit 0fab3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dinky-web/src/pages/Other/Login/function.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const gotoRedirectUrl = () => {

export const redirectToLogin = () => {
//TODO: 弹出确认框
window.location.href = '/user/login';
window.location.href = '/#/user/login';
};

export const initSomeThing = () => {
Expand Down

0 comments on commit 0fab3ba

Please sign in to comment.