Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2016-10-20 20:54:34 +0800
Commit
acdab513c9ace5da09913558ae0b074d2812487e
1 parent
914830ce
登录校验
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/auth.js
doraemon/middleware/auth.js
View file @
acdab51
...
...
@@ -16,7 +16,7 @@ module.exports = (req, res, next) => {
});
}
res
.
redirect
(
helpers
.
urlFormat
(
'/signin.html'
,
{
re
turn
re
s
.
redirect
(
helpers
.
urlFormat
(
'/signin.html'
,
{
refer
:
req
.
originalUrl
}));
}
...
...
Please
register
or
login
to post a comment