|
@@ -113,7 +113,7 @@ export default {
|
|
|
this.$router.push({ path: '/'})
|
|
|
window.setTimeout(() => {
|
|
|
this.$router.go(0)
|
|
|
- }, 100)
|
|
|
+ }, 500)
|
|
|
// this.$router.push({ path: this.redirect || '/' })
|
|
|
// if (this.redirect && this.redirect !== '/dashboard') {
|
|
|
// window.setTimeout(() => {
|