修改登录后跳转到首页

This commit is contained in:
daihh
2022-09-30 09:59:14 +08:00
parent 01105a425e
commit e01bc8b0d0
4 changed files with 80 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: "/index" })
}
//this.$router.push({ path: "/index" })
}else{