소스 검색

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

huqi 5 년 전
부모
커밋
e0a289b9be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.getPageData(function(json){
                 this.options.pageId = this.portal.firstPage;
                 this.options.pageId = this.portal.firstPage;
                 this.loadPortalPage();
                 this.loadPortalPage();
-            });
+            }.bind(this));
         }
         }
     },
     },
     loadPortalPage: function(par, callback){
     loadPortalPage: function(par, callback){