Browse Source

Merge branch 'fix/gulpfile' into 'wrdp'

默认门户页面打开错误修复

See merge request o2oa/o2oa!2171
胡起 5 năm trước cách đây
mục cha
commit
d7e144d218
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      o2web/source/x_component_portal_Portal/Main.js

+ 1 - 1
o2web/source/x_component_portal_Portal/Main.js

@@ -148,7 +148,7 @@ MWF.xApplication.portal.Portal.Main = new Class({
             this.getPageData(function(json){
                 this.options.pageId = this.portal.firstPage;
                 this.loadPortalPage();
-            });
+            }.bind(this));
         }
     },
     loadPortalPage: function(par, callback){