@@ -3649,7 +3649,7 @@ var __extends = this.__extends || function(c, d) {
//判断当前是否是首页
d.prototype.curIsHomePage = function(){
- if(this.children instanceof this.homePage){
+ if(this.homepage != null){
return true;
}else{
return false;