Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
d13c8811
Commit
d13c8811
authored
Jun 28, 2018
by
yoyo837
Committed by
陈帅
Jun 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
非使用字符串的地方 使用 push(location: LocationDescriptor, state?: LocationState)
parent
c9d71c91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
src/models/login.js
src/models/login.js
+7
-5
No files found.
src/models/login.js
View file @
d13c8811
import
{
routerRedux
}
from
'
dva/router
'
;
import
{
routerRedux
}
from
'
dva/router
'
;
import
{
stringify
}
from
'
qs
'
;
import
{
fakeAccountLogin
}
from
'
../services/api
'
;
import
{
fakeAccountLogin
}
from
'
../services/api
'
;
import
{
setAuthority
}
from
'
../utils/authority
'
;
import
{
setAuthority
}
from
'
../utils/authority
'
;
import
{
reloadAuthorized
}
from
'
../utils/Authorized
'
;
import
{
reloadAuthorized
}
from
'
../utils/Authorized
'
;
import
{
getPageQuery
,
getQueryPath
}
from
'
../utils/utils
'
;
import
{
getPageQuery
}
from
'
../utils/utils
'
;
export
default
{
export
default
{
namespace
:
'
login
'
,
namespace
:
'
login
'
,
...
@@ -49,11 +50,12 @@ export default {
...
@@ -49,11 +50,12 @@ export default {
});
});
reloadAuthorized
();
reloadAuthorized
();
yield
put
(
yield
put
(
routerRedux
.
push
(
routerRedux
.
push
({
getQueryPath
(
'
/user/login
'
,
{
pathname
:
'
/user/login
'
,
search
:
stringify
({
redirect
:
window
.
location
.
href
,
redirect
:
window
.
location
.
href
,
})
})
,
)
}
)
);
);
},
},
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment