From 409b67ecd85edeb66c6c964f7147b386394a63c4 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 17:13:45 +0800 Subject: [PATCH] token --- routes/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/routes/index.js b/routes/index.js index 44670a1..66b7847 100644 --- a/routes/index.js +++ b/routes/index.js @@ -95,4 +95,9 @@ router.get('/finsh', function(req, res, next) { res.json({message:`仓库代码${req.query.name}部署成功`}) }); +//部署期间显示部署页面 +router.get('/', function(req, res, next) { + res.redirect('https://www.baidu.com') +}) + module.exports = router; \ No newline at end of file