mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
修改登录后跳转到首页
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
this.$store.dispatch("portal/SetLoginRememberMe", rememberMeOjb)
|
||||
}
|
||||
//console.log(this.redirect,'this.redirect');
|
||||
this.$router.push({ path: this.redirect || "/study/index" }).catch(()=>{
|
||||
this.$router.push({ path: this.redirect || "/index" }).catch(()=>{
|
||||
$this.loading = false;
|
||||
});
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user