修改跳转参数

master
夜笙歌 3 months ago
parent 60d7e2ee05
commit 49ad5f6238

@ -213,7 +213,7 @@ export default {
} }
// this.$router.push({path: this.redirect || "/"}).catch(() => { // this.$router.push({path: this.redirect || "/"}).catch(() => {
// }); // });
this.$router.push({path: routeData.route || this.redirect || "/"}).catch(() => { this.$router.push({path: routeData.route || this.redirect || "/",query:{}}).catch(() => {
}); });
}).catch(() => { }).catch(() => {
this.loading = false; this.loading = false;

Loading…
Cancel
Save