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} />