This commit is contained in:
caishi 2021-08-27 15:44:26 +08:00
parent a968287331
commit e7f997d3f6
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,7 @@ const EducoderLogin = Loadable({
loading: Loading,
})
const Search = Loadable({
loader: () => import('./modules/search/'),
loader: () => import('./search/SearchPage'),
loading: Loading,
})
const WikiPreview = Loadable({
@ -87,6 +87,7 @@ const WikiPreview = Loadable({
loading: Loading,
})
const ProjectIndex = Loadable({
loader: () => import("./forge/Index"),
loading: Loading,