Uncaught TypeError: Cannot read property 'attachRouteMatched' of undefined

137 阅读1分钟
  • UIComponent,constructor:
try { Component.apply(this, arguments);
} 
catch (e) { this._destroyCreatedInstances();
            throw e;
  }
}
  • in RouteMatchedHandler.js,
    oRouter.attachRouteMatched(this._onHandleRouteMatched, this);
  • new sap.m.routing.RouteMatchedHandler(this.getRouter());





    要获取更多Jerry的原创文章,请关注公众号"汪子熙":