GPT链接跳转
This commit is contained in:
parent
7bc0a7b929
commit
62af6202cd
@ -15,16 +15,22 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var repositoryId = '<#repositoryId>';
|
var repositoryId = '<#repositoryId>';
|
||||||
var linkUrl='<#linkUrl>';
|
var linkUrl='<#linkUrl>';
|
||||||
|
var taskId='<taskId>';
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="notificationCenterLayer" class="notification-container-outter">
|
|
||||||
<#repositoryId>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script>
|
||||||
$(function () {
|
$(function () {
|
||||||
window.open(linkUrl);
|
var sid = window.opener.parent.sid;
|
||||||
|
alert(sid);
|
||||||
|
console.log(parentParam1); // 输出父窗口的 param1 值
|
||||||
|
location.href ="https://bpm.yili.com:8088/portal/r/w?cmd=com.actionsoft.apps.coe.pal.publisher_publish_file_open&uuid="+repositoryId+"&sid="+sid+"&taskId="+taskId;
|
||||||
|
|
||||||
|
|
||||||
})
|
})
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user