+ ei/gdar page

This commit is contained in:
tix 2017-02-07 18:14:27 +08:00
parent f0c27d1dbb
commit 1c3ec04498
1 changed files with 8 additions and 0 deletions

View File

@ -41,4 +41,12 @@ router.get('/emsci', function (req, res, next) {
});
});
router.get('/gdar', function (req, res, next) {
res.render('ei', {
page_title: '草地退化与恢复',
page_cont: 'inc',
inc_tag: 'gdar'
});
});
module.exports = router;