From 8ed06c2ff3b61b78118e6188f10a7b2e67cb1d8b Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sun, 11 Oct 2020 02:30:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BB=B4=E6=8A=A4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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