Commit 3e95dffa by 宋祥

1.还原跳转路径前缀

parent f915bb66
...@@ -26,7 +26,7 @@ $(function () { ...@@ -26,7 +26,7 @@ $(function () {
* @param id * @param id
*/ */
function jump(id) { function jump(id) {
var herf = ctx + "\\web\\" + "HPSC002?inqu_status-0-projId=" + id + "&efParentFormEname=HPSC011"; var herf = IPLATUI.CONTEXT_PATH + "\\web\\" + "HPSC002?inqu_status-0-projId=" + id + "&efParentFormEname=HPSC011";
window.open(herf); window.open(herf);
} }
......
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