|
@@ -268,6 +268,13 @@ export default {
|
|
if(redirectUrl){
|
|
if(redirectUrl){
|
|
redirectUrl = JSON.parse(redirectUrl)
|
|
redirectUrl = JSON.parse(redirectUrl)
|
|
localStorage.removeItem('redirectUrl')
|
|
localStorage.removeItem('redirectUrl')
|
|
|
|
+ var arr = Object.keys(redirectUrl.query)
|
|
|
|
+ if(arr.length>0){
|
|
|
|
+ this.$router.push({
|
|
|
|
+ path: '/home'
|
|
|
|
+ })
|
|
|
|
+ return
|
|
|
|
+ }
|
|
this.$router.push({
|
|
this.$router.push({
|
|
path:redirectUrl.path,
|
|
path:redirectUrl.path,
|
|
query:redirectUrl.query,
|
|
query:redirectUrl.query,
|