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
Plain Diff
Browse Files
Authored by
ccbikai
2016-06-20 22:27:09 +0800
Commit
df1377aa6e9b2a483b344bae9a91076ec8952aeb
2 parents
204e5715
3e20da89
Merge branch 'release/4.6' of git.yoho.cn:fe/yohobuywap-node into release/4.6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
apps/product/controllers/outlet.js
apps/product/controllers/outlet.js
View file @
df1377a
...
...
@@ -15,8 +15,10 @@ const renderData = {
// 奥莱首页控制器
exports
.
index
=
(
req
,
res
)
=>
{
let
backUrl
=
'//m.yohobuy.com/'
+
req
.
yoho
.
channel
;
let
headerData
=
headerModel
.
setNav
({
navTitle
:
'OUTLET'
,
backUrl
:
backUrl
,
navBtn
:
false
});
...
...
Please
register
or
login
to post a comment