Commit f4a73bd5 by 吴博

feat: [1006818] 斗罗

parent 751f9338
...@@ -129,7 +129,9 @@ public class ServeLinkUtils { ...@@ -129,7 +129,9 @@ public class ServeLinkUtils {
return "*cold" + basePath + "A" + id + "/entryCold/start" + commonQuerys; return "*cold" + basePath + "A" + id + "/entryCold/start" + commonQuerys;
} else if ("TICKET".equals(typeCode)) { } else if ("TICKET".equals(typeCode)) {
return "*aticket" + basePath + "A" + id + "/ticketHome" + commonQuerys; return "*aticket" + basePath + "A" + id + "/ticketHome" + commonQuerys;
} else { } else if ("JIGSAW".equals(typeCode)) {
return "*jigsaw" + basePath + "A" + id + "/home" + commonQuerys;
}else {
return "" + basePath + "application/" + id + "/display" + commonQuerys + "&appType=" + typeCode; return "" + basePath + "application/" + id + "/display" + commonQuerys + "&appType=" + typeCode;
} }
} }
......
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