This commit is contained in:
les
2019-10-23 01:17:22 +02:00
parent 94b8027de4
commit 53eb009612
8 changed files with 13 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ export default {
type: 'success',
message: this.$t('common.password_updated')
})
this.$router.replace('/login')
this.$router.replace('/?ref=login')
} catch (e) {
Message({
showClose: true,