局部加载成功以后执行

后退
示例:
// 监听局部加载成功以后的事件 router.on("load",function (pid) { console.log(pid+"success") })