Parcourir la source

[办公中心]修复手机端打开出错

st il y a 5 ans
Parent
commit
a77fd5ee49
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      o2web/source/x_desktop/js/base.js

+ 0 - 1
o2web/source/x_desktop/js/base.js

@@ -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);