|
@@ -273,13 +273,14 @@ export default {
|
|
this.$router.push({
|
|
this.$router.push({
|
|
path: '/home'
|
|
path: '/home'
|
|
})
|
|
})
|
|
- return
|
|
|
|
|
|
+ }else{
|
|
|
|
+ this.$router.push({
|
|
|
|
+ path:redirectUrl.path!='/login'?redirectUrl.path:'/home',
|
|
|
|
+ query:redirectUrl.query,
|
|
|
|
+ params:redirectUrl.params
|
|
|
|
+ })
|
|
}
|
|
}
|
|
- this.$router.push({
|
|
|
|
- path:redirectUrl.path,
|
|
|
|
- query:redirectUrl.query,
|
|
|
|
- params:redirectUrl.params
|
|
|
|
- })
|
|
|
|
|
|
+
|
|
}else{
|
|
}else{
|
|
this.$router.push({
|
|
this.$router.push({
|
|
path: '/home'
|
|
path: '/home'
|