|
@@ -25,7 +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({path: "/"})
|
|
|
|
+ }
|
|
}else{
|
|
}else{
|
|
this.$router.replace('/nouser')
|
|
this.$router.replace('/nouser')
|
|
}
|
|
}
|