- 课题列表
- 项目列表
+ 课题列表
+ 项目列表
开源夏令营 /
@@ -40,13 +40,13 @@ function Project(propsF) {
(
)}
>
(
)}
diff --git a/src/glcc/project/taskDetail/index.jsx b/src/glcc/project/taskDetail/index.jsx
index efbfc7b0..39222459 100644
--- a/src/glcc/project/taskDetail/index.jsx
+++ b/src/glcc/project/taskDetail/index.jsx
@@ -44,7 +44,7 @@ function TaskDetail(props) {
diff --git a/src/glcc/student/index.jsx b/src/glcc/student/index.jsx
index 59d79625..c17e9841 100644
--- a/src/glcc/student/index.jsx
+++ b/src/glcc/student/index.jsx
@@ -58,7 +58,7 @@ function Apply(props) {
if (new Date().getTime() < new Date('2022-05-26').getTime()) {
// 不在开源夏令营报名时间之内
- window.location.href = "/glcc/student/2";
+ window.location.href = "/glcc/subjects";
} else if (current_user && current_user.login) {
} else {
@@ -193,7 +193,7 @@ function Apply(props) {
setStudentInfoReset(Math.random());
setReload(Math.random());
setLoading(false);
- history.push(`/glcc/student/2`)
+ history.push(`/glcc/subjects`)
}
});
} else {
@@ -203,7 +203,7 @@ function Apply(props) {
setStudentInfoReset(Math.random());
setReload(Math.random());
setLoading(false);
- history.push(`/glcc/student/2`)
+ history.push(`/glcc/subjects`)
}
});
}
@@ -351,7 +351,7 @@ function Apply(props) {
开源夏令营
- 课题及项目列表
+ 课题及项目列表
学生报名