Where does Durandal router set page title
问题 I am using Durandal for a very simple website. In all of my browser tabs the page title is coming up with "undefined|" appended to the front of the application's title. Where is Durandal getting and setting that value? pthalacker 回答1: Ultimately Durandal's router plugin is setting the document.title. https://github.com/dFiddle/dFiddle-1.2/blob/gh-pages/App/durandal/plugins/router.js#L254 onNavigationComplete: function (routeInfo, params, module) { if (app.title) { document.title = routeInfo