[办公中心]修复手机端打开出错 See merge request o2oa/o2oa!1029
@@ -126,7 +126,6 @@ o2.xDesktop.requireApp = function (module, clazz, callback, async) {
redirectlink = encodeURIComponent(redirectlink);
}
if (options.workId) {
- o2.
window.location = o2.filterUrl("../x_desktop/workmobilewithaction.html?workid=" + options.workId + ((layout.debugger) ? "&debugger" : "") + "&redirectlink=" + redirectlink);
} else if (options.workCompletedId) {
window.location = o2.filterUrl("../x_desktop/workmobilewithaction.html?workcompletedid=" + options.workCompletedId + ((layout.debugger) ? "&debugger" : "") + "&redirectlink=" + redirectlink);