|
@@ -25,9 +25,9 @@ export default {
|
|
console.log('last route ', lastRoute)
|
|
console.log('last route ', lastRoute)
|
|
if (lastRoute) {
|
|
if (lastRoute) {
|
|
this.$router.replace(lastRoute)
|
|
this.$router.replace(lastRoute)
|
|
- } else {
|
|
|
|
- this.$router.replace('/nouser')
|
|
|
|
- }
|
|
|
|
|
|
+ }
|
|
|
|
+ }else{
|
|
|
|
+ this.$router.replace('/nouser')
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|