diff --git a/src/glcc/index.jsx b/src/glcc/index.jsx index b514b5789..c4e091d3a 100644 --- a/src/glcc/index.jsx +++ b/src/glcc/index.jsx @@ -52,7 +52,7 @@ const FreeProject = Loadable({ loader: () => import("./freeProject"), loading: Loading, }); -// 中期考核-结果公示 +// 无奖金课题-结果公示 const FreeResult = Loadable({ loader: () => import("./interimReview/freeResult"), loading: Loading,