diff --git a/public/react/src/App.js b/public/react/src/App.js index f41dbba4f..ee986824a 100644 --- a/public/react/src/App.js +++ b/public/react/src/App.js @@ -318,6 +318,11 @@ const Testpaperlibrary= Loadable({ loader: () => import('./modules/testpaper/Testpaperlibrary'), loading: Loading }) +//试卷编辑 +const Paperlibraryeditid= Loadable({ + loader: () => import('./modules/testpaper/Paperlibraryeditid'), + loading: Loading +}) //试卷查看 const Paperlibraryseeid= Loadable({ loader: () => import('./modules/testpaper/Paperlibraryseeid'), @@ -760,7 +765,10 @@ class App extends Component { (props) => () } /> - + () + }/> -