Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2017-08-24 18:44:27 +0800
Commit
4975f5973806debbf4dc0609e4146b41ad852018
1 parent
b26c3dbd
fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
apps/product/controllers/outletsList.js
apps/product/controllers/sale.js
apps/product/controllers/students.js
apps/product/controllers/outletsList.js
View file @
4975f59
...
...
@@ -7,6 +7,7 @@
'use strict'
;
const
mRoot
=
'../models'
;
// TODO: ctx
// list 页 model
const
list
=
require
(
`
$
{
mRoot
}
/outletsList`
)
;
...
...
apps/product/controllers/sale.js
View file @
4975f59
...
...
@@ -5,6 +5,7 @@
*/
'use strict'
;
// TODO: ctx
const
mRoot
=
'../models'
;
const
sale
=
require
(
`
$
{
mRoot
}
/sale`
)
; /
/
sale
页
model
...
...
apps/product/controllers/students.js
View file @
4975f59
...
...
@@ -5,6 +5,7 @@
*/
'use strict'
;
// TODO: ctxk
const
mRoot
=
'../models'
;
const
helpers
=
global
.
yoho
.
helpers
;
...
...
Please
register
or
login
to post a comment