mirror of
https://github.com/ArenMg/aren.git
synced 2024-11-13 04:00:53 +00:00
resolve reset password error
This commit is contained in:
parent
1e8344d3a3
commit
8a95a6114f
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@
|
|||
mounted() {
|
||||
this.$nextTick(() => {
|
||||
if (this.$route.query.resetPassword && this.$route.query.token) {
|
||||
this.open();
|
||||
setTimeout(()=>{
|
||||
this.open()
|
||||
}, 2000)
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue