移动端阅览

This commit is contained in:
zhal 2022-09-15 16:36:21 +08:00
parent 49233303d7
commit 4008529b27

View File

@ -280,7 +280,6 @@ function openPortalPage(uuid, taskId) {
ok: function(r) {
$.simpleAlert("close");
if (r.result == 'ok') {
debugger;
var url="./w?cmd=com.actionsoft.apps.coe.pal.publisher_publish_file_mobile_open&uuid=" + uuid + "&sid=" + $("#sid").val() + "&taskId=" + taskId;
window.location.href = url;
} else {