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
郭成尧
2016-08-11 18:22:55 +0800
Commit
e8463adee7f69031e40e2d6db156c8542d96ad9b
1 parent
af8ff7c2
'deluid'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/controllers/index.js
apps/home/controllers/index.js
View file @
e8463ad
...
...
@@ -11,7 +11,7 @@ const indexModel = require('../models/index');
exports
.
index
=
(
req
,
res
,
next
)
=>
{
let
params
=
{
uid
:
req
.
user
.
uid
||
'6228593'
uid
:
req
.
user
.
uid
};
let
headerData
=
headerModel
.
setNav
({
...
...
Please
register
or
login
to post a comment