Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-08-02 11:26:22 +0800
Commit
277978e115120c90e8692d0b37e5b4dc879d2beb
1 parent
3637d368
update for set cookie for channel
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/channel/controllers/index.js
apps/channel/controllers/index.js
View file @
277978e
...
...
@@ -7,7 +7,7 @@ exports.index = (req, res) => {
res
.
display
(
'index'
,
Object
.
assign
({
module
:
'channel'
,
page
:
'home'
,
dataPage
:
channelType
,
dataPage
:
channelType
},
result
));
});
};
...
...
Please
register
or
login
to post a comment