+ ei/gdar page
This commit is contained in:
parent
f0c27d1dbb
commit
1c3ec04498
|
@ -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;
|
module.exports = router;
|
||||||
|
|
Loading…
Reference in New Issue