提交 3238c8b0 编写于 作者: Neuromancer255's avatar Neuromancer255

解决登录成功返回界面跳转问题

上级 f6465770
......@@ -103,7 +103,8 @@ export default class Login extends Vue {
const url: any = this.$route.query.redirect
? this.$route.query.redirect
: "*";
this.$router.push({ path: url });
this.$router.replace({ path: url });
this.$router.go(-1)
}
}).catch((error: any) => {
this.$notice.error(error?error.error.message:"登录异常");
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册