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
biao
2016-06-20 22:22:39 +0800
Commit
cad48d8335d1556ada13fb083aa85c548f891a76
1 parent
b43bf86b
update for backurl
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 @
cad48d8
...
...
@@ -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