From c7f79abded9ad2e29f297da4a04a641b96b61c5e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 12 十月 2019 09:51:22 +0800 Subject: [PATCH] add-datamanage --- src/router/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d24638a..a28c284 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -58,7 +58,7 @@ ) }) } - <Redirect exact from="/" to="main"/> + <Redirect exact from="/" to="login"/> <Route component= {NotFound}/> </Switch> </HashRouter> -- Gitblit v1.8.0