提交 47d9aa88 编写于 作者: ibizdev's avatar ibizdev

xignzi006 发布系统代码

上级 87c6fe41
......@@ -131,7 +131,7 @@ export default class Login extends Vue {
this.setCookie("loginname", this.form.loginname, 7);
// 页面回跳
if (this.$route.query.redirect) {
window.location.href = (this.$route.query.redirect as any);
window.location.href = decodeURIComponent((this.$route.query.redirect as any));
} else {
this.$router.push({ path: '/' });
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册