This commit is contained in:
les 2020-01-15 23:53:15 +01:00
parent 1980c51ec3
commit 1128cf1d30
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<template lang='pug'>
el-menu
el-menu.menu
el-divider {{$t('common.admin')}}
el-menu-item
div(@click.prevents='toggle') {{$t(event.is_visible?'common.hide':'common.confirm')}}

View file

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

View file

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

View file

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