@ -194,7 +194,8 @@ export default {
setTimeout(() => {
if(myRoutes[0].path != this.$route.path) {
this.$router.replace({
path: myRoutes[0].path
path: myRoutes[0].path,
query:myRoutes[0].query && JSON.parse( myRoutes[0].query)
})
} else {