Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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-06-02 17:38:15 +0800
Commit
3ac18dc03a3ea8dce66ba9e7887ad38f68c359ff
1 parent
3b921d48
remove devEnv param in controller
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
apps/coupon/controllers/coupon.js
apps/coupon/controllers/coupon.js
View file @
3ac18dc
...
...
@@ -5,7 +5,6 @@ exports.index = (req, res) => {
// res.render('coupon', {aa: 1});
res
.
render
(
'coupon'
,
{
module
:
'coupon'
,
page
:
'index'
,
devEnv
:
true
page
:
'index'
});
};
...
...
Please
register
or
login
to post a comment