提交修改

This commit is contained in:
daihh
2022-09-09 17:04:45 +08:00
parent eaa32871f5
commit 3daca5ae07
5 changed files with 41 additions and 37 deletions

View File

@@ -45,7 +45,7 @@
if(this.toUrl){
location.href=this.toUrl;
}else{
this.$router.push({ path: "/study/index" })
this.$router.push({ path: "/uc/study/task" })
}
//this.$router.push({ path: "/index" })
}else{