From 9e76f227d7c28b0f6ea1919186f6de21a58ce07a Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Mon, 06 Apr 2020 17:49:11 +0800
Subject: [PATCH] 新建文档

---
 src/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/index.js b/src/index.js
index 84a362c..57b89f4 100644
--- a/src/index.js
+++ b/src/index.js
@@ -49,7 +49,7 @@
           <Content>
             <Switch>
               {/* 新建文档 */}
-              <Route path="/document/documentEdit" component={DocumentEdit} />
+              <Route path="/document/create" component={DocumentEdit} />
 
 
               {/* 全部通知 */}
@@ -57,7 +57,7 @@
               {/* 首页 */}
               <Route path="/index/workbench" component={Workbench} />
               {/* 规章制度 */}
-              <Route path="/index/system" component={System} />
+              <Route path="/index/rules" component={System} />
 
 
 

--
Gitblit v1.8.0