forked from huge/frontEnd/hugeOA

liuwh
2020-04-06 9e76f227d7c28b0f6ea1919186f6de21a58ce07a
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} />