Commit 3ba30e45 authored by 黄奎's avatar 黄奎

js修改

parent bcc6b570
...@@ -262,7 +262,7 @@ export default { ...@@ -262,7 +262,7 @@ export default {
} }
else if (this.$route.path == "/TravelContractConfirm") { else if (this.$route.path == "/TravelContractConfirm") {
let ContractId=this.$route.query.ContractId; let ContractId=this.$route.query.ContractId;
this.$router.push({ name: "TravelContractConfirm",query: {ContractId:ContractId,orderID:orderID}}) this.$router.push({ name: "TravelContractConfirm",query: {ContractId:ContractId}})
} else { } else {
if (!localStorage.userInfo && localStorage.userInfo != "" && this.$route.path.toLowerCase() != "/login") { if (!localStorage.userInfo && localStorage.userInfo != "" && this.$route.path.toLowerCase() != "/login") {
this.$router.push({ this.$router.push({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment