This commit is contained in:
30404 2024-08-02 11:10:00 +08:00
parent c45c9c8aa6
commit 1291456b64
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ function SendTrain(){
alert('发布成功') alert('发布成功')
window.location.href='/teacher/trainmanage' window.location.href='/teacher/trainmanage'
}catch{ }catch{
alert('SendTrainTest出错') alert('容器空间不足,请先删除容器')
} }
} }