Commit 029a1db6 authored by 黄奎's avatar 黄奎
parents a96db21b f5d4c1ca
...@@ -32,9 +32,10 @@ import offset from "./offset.vue"; ...@@ -32,9 +32,10 @@ import offset from "./offset.vue";
// } // }
}, },
mounted() { mounted() {
if (this.$route.query.cdState == 'true') { // if (this.$route.query.cdState == 'true') {
this.addBalanceout() // this.addBalanceout()
} // }
this.addBalanceout()
}, },
methods: { methods: {
// 车行订单 制成本冲抵单 // 车行订单 制成本冲抵单
......
...@@ -199,7 +199,7 @@ export default { ...@@ -199,7 +199,7 @@ export default {
crmUrl: crmUrl, crmUrl: crmUrl,
crmRoutingUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? "http://fcrmyx.oytour.com/#/" : "http://localhost:8081/#/", crmRoutingUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? "http://fcrmyx.oytour.com/#/" : "http://localhost:8081/#/",
PptUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? "https://ppt.oytour.com" : "http://localhost:8080", PptUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? "https://ppt.oytour.com" : "http://localhost:8080",
CarUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? "http://bus.oytour.com" : "http://localhost:8082", CarUrl: locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? "http://bus.oytour.com" : "http://localhost:8081",
OSSUrl: "https://im.oytour.com" OSSUrl: "https://im.oytour.com"
}; };
return obj; return obj;
......
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