justep.Shell.showPage有then(),可以在then中实现,如下

justep.Shell.showPage("main").then(function(data){				
				data.container.getInnerModel().comp("contents").to("XXX");
		})

contents是contents组件的xid
XXX就是要跳转的contents的指定content页的xid