From 756cb18003a3a5602dba0ac6761e9c57289a8bac Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Mon, 06 Apr 2020 18:13:53 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/huge/frontEnd/hugeOA --- src/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 6a201b6..4fd9219 100644 --- a/src/index.js +++ b/src/index.js @@ -55,10 +55,10 @@ <Route path="/index/workbench/announcement" component={Announcement} /> {/* 规章制度 */} <Route path="/index/rules" component={System} /> - + {/* 首页 */} <Route path="/index" component={Workbench} /> - + <Route path="/login" component={Login} /> <Route path="/" component={Workbench} /> -- Gitblit v1.8.0