Commit d1d12806 authored by Mac's avatar Mac
parents 5ae197ca 258f250a
...@@ -800,7 +800,7 @@ var tripUtils = { ...@@ -800,7 +800,7 @@ var tripUtils = {
GetB2BUrl(B2BDomain, ConfigId, tcid) { GetB2BUrl(B2BDomain, ConfigId, tcid) {
var url = ""; var url = "";
if (B2BDomain) { if (B2BDomain) {
url = "http://" + B2BDomain + "/#/details/" + url = "http://" + B2BDomain + "/details/" +
encodeURIComponent(ConfigId) + encodeURIComponent(ConfigId) +
"/" + "/" +
tcid; tcid;
......
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