提交 ba982fbb authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 535d4188
......@@ -45,7 +45,7 @@ export default {
// 重定向地址
nextUrl() {
const { query } = this.$route
return query.next_url ? decodeURIComponent(query.next_url) : ''
return query.rd ? decodeURIComponent(query.rd) : ''
}
},
methods: {
......
......@@ -49,7 +49,7 @@ export default {
// 重定向地址
nextUrl() {
const { query } = this.$route
return query.next_url ? decodeURIComponent(query.next_url) : ''
return query.rd ? decodeURIComponent(query.rd) : ''
},
disabledSend() {
return !/^1[3-9]\d{9}$/.test(this.ruleForm.account)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论