This commit is contained in:
30404 2024-07-12 17:24:57 +08:00
parent 8d7fec561f
commit 7e0b254edd
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function SendTest(){
const SendTrainBtn=()=>{ const SendTrainBtn=()=>{
if(selectedItems.length>0 && (HourValue || MinValue)&&StopTime){ if(selectedItems.length>0 && (HourValue || MinValue)&&StopTime){
SendTrainTest() SendTrainTest()
window.location.href='/student/managetest' window.location.href='/managetest'
}else{ }else{
alert('发布信息未完全') alert('发布信息未完全')
} }