Commit c648f813 authored by zhangjianguo's avatar zhangjianguo
parents 61f9fe07 d971034d
...@@ -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 + "/#/detailTwo/" + 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