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:03:01 +0800
Commit
b35cd55dea0b5280bdd13c1b6f1cfa9c20459a28
1 parent
9a35d747
'添加title'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/home/controllers/index.js
apps/home/controllers/index.js
View file @
b35cd55
...
...
@@ -23,6 +23,9 @@ exports.index = (req, res, next) => {
if
(
result
)
{
res
.
render
(
'index'
,
Object
.
assign
(
result
,
{
module
:
'home'
,
page
:
'index'
,
title
:
'Yoho!Buy 有货'
,
pageHeader
:
headerData
,
pageFooter
:
true
}));
...
...
Please
register
or
login
to post a comment