如何在SuiteCommerce Advanced中扩展现有路由器?

时间:2019-03-18 19:12:51

标签: netsuite suitecommerce

我正在尝试在NetSuite的SuiteCommerce Advanced中修改Home.Router,但是用于修改视图的方法不适用于路由器,例如:

HomeRouter.prototype.homePage = _.wrap(HomeRouter.prototype.homePage, function(fn){
    var context = fn.apply(this, _.toArray(arguments).slice(1));
    console.log('testing');
});

...什么也没做。如何修改该文件中的代码?还是我必须修改Backbone.Router?

0 个答案:

没有答案