Commit 53b6ea90d4821679e504735c3b3f6daab6426150
1 parent
b52f5a95
修改登录跳转页面
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/Login/index.tsx
@@ -47,7 +47,7 @@ export default () => { | @@ -47,7 +47,7 @@ export default () => { | ||
47 | /** | 47 | /** |
48 | * 使用history.push或者history.replace会导致菜单路由无法更新,需要再次刷新页面 | 48 | * 使用history.push或者history.replace会导致菜单路由无法更新,需要再次刷新页面 |
49 | */ | 49 | */ |
50 | - window.location.href = '/order'; | 50 | + window.location.href = '/order/order'; |
51 | } else { | 51 | } else { |
52 | fetchCode(); | 52 | fetchCode(); |
53 | } | 53 | } |