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
郭成尧
2017-12-06 18:39:26 +0800
Commit
5800c33cdc7b216089e1650aab7daf9ae3ad5247
1 parent
36bd1a33
from
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/store-home.js
apps/activity/controllers/store-home.js
View file @
5800c33
...
...
@@ -21,7 +21,7 @@ exports.storeAuth = (req, res, next) => {
}
return
res
.
redirect
(
helpers
.
urlFormat
(
'/signin.html'
,
{
refer
:
req
.
originalUrl
,
from
:
from
from
:
req
.
query
.
from
||
from
}));
}
...
...
Please
register
or
login
to post a comment