Showing
1 changed file
with
5 additions
and
5 deletions
| ... | @@ -580,13 +580,13 @@ onMounted(async () => { | ... | @@ -580,13 +580,13 @@ onMounted(async () => { |
| 580 | } | 580 | } |
| 581 | 581 | ||
| 582 | default_list.value = task_list.value; | 582 | default_list.value = task_list.value; |
| 583 | - } else { | ||
| 584 | - // 课程不存在,跳转到课程主页面 | ||
| 585 | - showToast('课程不存在') | ||
| 586 | - router.push('/courses') | ||
| 587 | } | 583 | } |
| 588 | } | 584 | } |
| 589 | - | 585 | + else { |
| 586 | + // 课程不存在,跳转到课程主页面 | ||
| 587 | + showToast('课程不存在') | ||
| 588 | + router.push('/courses') | ||
| 589 | + } | ||
| 590 | 590 | ||
| 591 | // TAG: 录入个人信息表单的标记, 进入页面时清理所有info_entry_completed_开头的localStorage标记 | 591 | // TAG: 录入个人信息表单的标记, 进入页面时清理所有info_entry_completed_开头的localStorage标记 |
| 592 | const keysToRemove = [] | 592 | const keysToRemove = [] | ... | ... |
-
Please register or login to post a comment