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
htoooth
7 years ago
Commit
5a1b674d2bd0810aad8ee0c9e87533775b443122
1 parent
95f71e47
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/user.js
doraemon/middleware/user.js
View file @
5a1b674
...
...
@@ -17,7 +17,7 @@ module.exports = () => {
return
_
.
parseInt
(
req
.
session
.
LOGIN_UID
);
},
sessionKey
:
req
.
session
.
SESSION_KEY
,
appSessionType
:
req
.
cookies
.
SESSION_TYPE
appSessionType
:
req
.
session
.
SESSION_TYPE
};
let
userData
=
_
.
get
(
req
.
session
,
'USER'
,
{});
...
...
Please
register
or
login
to post a comment