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
郭成尧
9 years ago
Commit
44445d2066b24878c65887d0477d8427c7926251
1 parent
c278be0e
'合并代码''
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 @
44445d2
...
...
@@ -15,7 +15,7 @@ exports.index = (req, res, next) => {
indexModel
.
index
(
params
).
then
(
result
=>
{
result
.
isLogin
=
true
;
if
(
result
)
{
console
.
log
(
result
);
res
.
render
(
'index'
,
result
);
...
...
Please
register
or
login
to post a comment