From 0bd9e1222d867893b66044b04754d9cc967d472e Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Mon, 06 Apr 2020 16:49:45 +0800
Subject: [PATCH] 新建文档

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

diff --git a/src/index.js b/src/index.js
index 84a362c..12fcbee 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} />
 
 
               {/* 全部通知 */}

--
Gitblit v1.8.0