diff --git a/routes/index.js b/routes/index.js index 5b9b735..c994812 100644 --- a/routes/index.js +++ b/routes/index.js @@ -100,7 +100,7 @@ router.get('/finsh', function(req, res, next) { //部署期间显示部署页面 router.get('/', function(req, res, next) { - res.redirect('https://www.baidu.com') + res.render('deploy', { message: '应用维护中' }) }) module.exports = router; \ No newline at end of file