Sign in
canrd-main
/
canrd-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
53b6ea90d4821679e504735c3b3f6daab6426150
Authored by
boyang
2024-09-10 17:02:29 +0800
1 parent
b52f5a95
build: skipped
修改登录跳转页面
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/Login/index.tsx
src/pages/Login/index.tsx
View file @
53b6ea9
...
...
@@ -47,7 +47,7 @@ export default () => {
47
47
/**
48
48
* 使用history.push或者history.replace会导致菜单路由无法更新,需要再次刷新页面
49
49
*/
50
- window.location.href = '/order
';
50
+ window.location.href = '/order
/order
';
51
51
} else {
52
52
fetchCode();
53
53
}
...
...