MY-SH\lenovo 8 months ago
parent f81142913f
commit 7b707fb2f7

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

Loading…
Cancel
Save