Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-frontend
·
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
xuqi
2015-03-30 14:57:38 +0800
Commit
1da3edcf6257f6a8fbe1cdea79c10663cc440ced
1 parent
401164aa
修正路由
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
mobile/public/sass/_article-type-one.scss
mobile/router.js
mobile/public/sass/_article-type-one.scss
0 → 100644
View file @
1da3edc
mobile/router.js
View file @
1da3edc
...
...
@@ -3,8 +3,8 @@
* author: xuqi(qi.xu@yoho.cn)
* date: 2015/3/27
*/
var
page
=
require
(
'./views/controller/page
'
);
var
detail
=
require
(
'./views/controller/detail
'
);
module
.
exports
=
function
(
app
)
{
app
.
get
(
'/'
,
page
.
show
);
app
.
get
(
'/'
,
detail
.
show
);
};
\ No newline at end of file
...
...
Please
register
or
login
to post a comment